Mobile app version of vmapp.org
Login or Join
Murray155

: Chrome blocks new downloads from my site even after site verification Google Chrome blocks downloads of my .exe application from my site. App.exe may harm your computer, so Chrome has blocked

@Murray155

Posted in: #Block #GoogleChrome

Google Chrome blocks downloads of my .exe application from my site.

App.exe may harm your computer, so Chrome has blocked it.

I temporarily fixed this issue by conducting website verification as suggested as an answer to Google Chrome blocking downloads from my site, and after 12-15 hours downloads were fixed.

But I released an update for my application today, and Chrome blocks it again. I plan to bring updates each month, and each month it will be the new .exe assembly. How can I permanently disable this behavior? I lose users for my app. Is there a way to send file for pre-review by Google? Their documentation is not really helpful.

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Murray155

1 Comments

Sorted by latest first Latest Oldest Best

 

@Murray155

To fix this issue for the first time, I needed to follow the advice from the question Google Chrome blocking downloads from my site and go through verification process.

To fix an issue for all consequent file uploads, I needed to upload file into the server and try to download it with the latest version of Chrome. It should then automatically send file for analysis (or you should click "Send file for analysis" in the message box otherwise, if you are doing this for the first time). After ~15 hours (max 72 hours) file should be verified. In my case with regular exe updates, I put the file into publicly accessible directory on my server with any other name (app_verification.exe instead of app.exe) and wait till verification completes. As soon as it completes I rename app_verification.exe to app.exe and there is still no problem.

Also, ensure your file actually doesn't contain code that can be treaded like virus (using virustotal.com). Don't forget to digitally sign your exe with trusted certificate.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme