Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Resolve "not commonly downloaded" warning in Chrome for customers [closed]

When customers click on a download link for one of our products they see a warning that the file is not commonly downloaded and could be dangerous.

This is a false positive.

Where can we upload our files to be marked as safe by Chrome/Google as we do for all anti-virus vendors?

like image 363
user2226141 Avatar asked Mar 30 '13 01:03

user2226141


People also ask

Do Chrome Downloads continue when Chrome is closed?

Your download will stop when you completely close your google chrome browser. Then resume the download which stopped previously.


1 Answers

You can see here how Google does it. Apparently, signing your EXE with a proper trusted (non-self-generated) certificate helps.

like image 188
Amadan Avatar answered Oct 20 '22 05:10

Amadan