Mobile app version of vmapp.org
Login or Join
Gloria169

: How to stop browser from rejecting my downloads? I have a portfolio site where I am trying to host some of my work, so people can download my work. Some of these files include exe executables,

@Gloria169

Posted in: #GoogleChrome #WebHosting

I have a portfolio site where I am trying to host some of my work, so people can download my work. Some of these files include exe executables, and some are .jar executables, which are run through batch.

When a user tries to download my apps, it says that the file is not commonly downloaded and may be harmful, and therefore blocks the download. If I zip the folders, it still does the same thing. Any format I choose, still blocks the downloads.

How can I stop chrome from doing this. Is there a way I can verify my files so they will be considered as trusted?

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Gloria169

2 Comments

Sorted by latest first Latest Oldest Best

 

@Kristi941

I have equally been frustrated by this warning, and without going into a rant about how ridiculous the whole thing is, I will share the solution that worked for me.

I have found that double zipping got rid of the warning right away- zip your files, then zip the resulting zip file, et voila, the warning will disappear.

The user will have to unzip 2 files to get to your files, but that is a much lesser inconvenience than the dangerous warning.

10% popularity Vote Up Vote Down


 

@Nimeshi995

All the options you need to change are done client side only.



The Checkbox in the Circle must be checked, which will ask a user, where the file should be stored. After storing it, the user will still be warned that the file is dangerous, and if the user chooses discard, the file is still deleted.



Update
The reason jar files are considered malicious is because the J ava AR chive can contain an "executable" file. If that file contains malicious code, when clicking it, you allow the code to run. Browsers would rather air on the side of caution then allow data corruption/destruction by malicious code. In order to fix this you must find an approved browser file type. See this Google Groups Post on Chrome

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme