How do you override the warning "filename is not commonly downloaded" for a specific file?
--------------------------------------------------
Rise to the top 3% as a developer or hire one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------
Music by Eric Matyas
https://www.soundimage.org
Track title: Realization
--
Chapters
00:00 How Do You Override The Warning &Quot;Filename Is Not Commonly Downloaded&Quot; For A Specific File?
00:40 Answer 1 Score 1
00:53 Accepted Answer Score 2
01:18 Thank you
--
Full question
https://superuser.com/questions/473246/h...
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Tags
#googlechrome
#avk47
Rise to the top 3% as a developer or hire one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------
Music by Eric Matyas
https://www.soundimage.org
Track title: Realization
--
Chapters
00:00 How Do You Override The Warning &Quot;Filename Is Not Commonly Downloaded&Quot; For A Specific File?
00:40 Answer 1 Score 1
00:53 Accepted Answer Score 2
01:18 Thank you
--
Full question
https://superuser.com/questions/473246/h...
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Tags
#googlechrome
#avk47
ACCEPTED ANSWER
Score 2
Because I couldn't find a way to resolve this properly in Chrome, I decided to resolve it outside of Chrome.
Given that I wanted to whitelist one specific file, I can also deal with this one specific download in a different manner.
@ECHO OFF
CD "C:\Users\Oliver\Documents\SU"
wget --no-check-certificate --output-document=connect.bat --user=oliver --password=secret https://vpn.secret.gov/connect.bat
connect.bat
PAUSE
Now I just pinned that to my Start menu and everything is better than it ever was.
ANSWER 2
Score 1
There's no client-side fix for this at the moment. There are some suggestions here for the server side: https://stackoverflow.com/questions/10606586/downloading-exe-files-from-database