Chrome blocking all downloads from my web server to usersPrevent Chrome from automatically opening downloaded...

Should I tell management that I intend to leave due to bad software development practices?

Theorems that impeded progress

If a Gelatinous Cube takes up the entire space of a Pit Trap, what happens when a creature falls into the trap but succeeds on the saving throw?

90's TV series where a boy goes to another dimension through portal near power lines

Is Lorentz symmetry broken if SUSY is broken?

How to model explosives?

Arrow those variables!

Is it legal for company to use my work email to pretend I still work there?

What's the point of deactivating Num Lock on login screens?

What to put in ESTA if staying in US for a few days before going on to Canada

Can a rocket refuel on Mars from water?

Can I use a neutral wire from another outlet to repair a broken neutral?

What is the word for reserving something for yourself before others do?

SSH "lag" in LAN on some machines, mixed distros

Is it possible to create light that imparts a greater proportion of its energy as momentum rather than heat?

Is it possible to run Internet Explorer on OS X El Capitan?

Why can't we play rap on piano?

Why is Collection not simply treated as Collection<?>

In Romance of the Three Kingdoms why do people still use bamboo sticks when papers are already invented?

Brothers & sisters

Intersection of two sorted vectors in C++

Why does Arabsat 6A need a Falcon Heavy to launch

Why does Kotter return in Welcome Back Kotter

Do I have a twin with permutated remainders?



Chrome blocking all downloads from my web server to users


Prevent Chrome from automatically opening downloaded PDF and Image filesCan I block ALL file downloads in Chrome?Google Chrome file downloads : Download file size not displayedWebSocket error for WhatsApp Web on Chrome on OSXStop Chrome ignoring ERR_CONTENT_LENGTH_MISMATCH for downloads?How can I export all downloads' links from chrome://downloads?Why do Google Chrome downloads stay at 100% for a long time?Chrome blocking Microsoft.comChrome automatically blocking microphoneChrome blocks my downloads






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}







3















I'm running an apache web server that hosts some files. Say there's one file called Installer.jar and I have a button to download that file. Around yesterday chrome started blocking this file for users trying to download it.



I ran a Virustotal on the jar file in question and no malware was found, and the jar file itself is open source and the link to the source code is listed below the download button as well. To verify this behaviour I tried uploading an example file, test.bat with some random text and lo and behold, chrome blocks that file as well. I even tried uploading a known and trusted jar file - Google Gson - and chrome blocks that file as well, if it comes from my web server.



So it appears that chrome is blocking all files from being downloaded from my domain name. The server hosting the files is running behind CloudFlare and the server has been checked thoroughly and contains no malware and has not been hacked.



My initial thought after these discoveries is that my domain is on some kind of blacklist chrome uses, however, after extensive searching the domain is not blacklisted anywhere and checking the domain on transparencyreport.google.com says the domain is safe and contains no malware. So why is chrome blocking my files and how can I unblock them?



I've been searching around the internet but no luck as to why this happens. The only things I found were that you should submit your site for a review on the Google Search Console, however, my site has no warnings on the Google Search Console so there is nothing I can do.



Update:



I should add that Firefox does also warn about the files from my server. Chrome blocks the download entierly and won't allow you to download it, and Firefox just warns the file may be dangerous but allows you to bypass it and save it anyway.



Another note, the file that I discovered this problem with, the Installer.jar is able to be downloaded from another host, just not my server.










share|improve this question









New contributor




Alexander is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





















  • HTTP or HTTPS, and if HTTPS how did you get the certificate? I assume that things are OK with other browsers (Firefox) as well as utilities such as curl and wget?

    – xenoid
    10 hours ago











  • My server is using HSTS, so only https traffic. The certificate is from CloudFlare. Things are okay with curl and wget, but Firefox also warns, I assume that's because Chrome shares whatever reason it has blocking my domain downloads with Firefox

    – Alexander
    10 hours ago






  • 1





    And what is the firefox warning then (answer by updating the question)

    – xenoid
    10 hours ago


















3















I'm running an apache web server that hosts some files. Say there's one file called Installer.jar and I have a button to download that file. Around yesterday chrome started blocking this file for users trying to download it.



I ran a Virustotal on the jar file in question and no malware was found, and the jar file itself is open source and the link to the source code is listed below the download button as well. To verify this behaviour I tried uploading an example file, test.bat with some random text and lo and behold, chrome blocks that file as well. I even tried uploading a known and trusted jar file - Google Gson - and chrome blocks that file as well, if it comes from my web server.



So it appears that chrome is blocking all files from being downloaded from my domain name. The server hosting the files is running behind CloudFlare and the server has been checked thoroughly and contains no malware and has not been hacked.



My initial thought after these discoveries is that my domain is on some kind of blacklist chrome uses, however, after extensive searching the domain is not blacklisted anywhere and checking the domain on transparencyreport.google.com says the domain is safe and contains no malware. So why is chrome blocking my files and how can I unblock them?



I've been searching around the internet but no luck as to why this happens. The only things I found were that you should submit your site for a review on the Google Search Console, however, my site has no warnings on the Google Search Console so there is nothing I can do.



Update:



I should add that Firefox does also warn about the files from my server. Chrome blocks the download entierly and won't allow you to download it, and Firefox just warns the file may be dangerous but allows you to bypass it and save it anyway.



Another note, the file that I discovered this problem with, the Installer.jar is able to be downloaded from another host, just not my server.










share|improve this question









New contributor




Alexander is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





















  • HTTP or HTTPS, and if HTTPS how did you get the certificate? I assume that things are OK with other browsers (Firefox) as well as utilities such as curl and wget?

    – xenoid
    10 hours ago











  • My server is using HSTS, so only https traffic. The certificate is from CloudFlare. Things are okay with curl and wget, but Firefox also warns, I assume that's because Chrome shares whatever reason it has blocking my domain downloads with Firefox

    – Alexander
    10 hours ago






  • 1





    And what is the firefox warning then (answer by updating the question)

    – xenoid
    10 hours ago














3












3








3








I'm running an apache web server that hosts some files. Say there's one file called Installer.jar and I have a button to download that file. Around yesterday chrome started blocking this file for users trying to download it.



I ran a Virustotal on the jar file in question and no malware was found, and the jar file itself is open source and the link to the source code is listed below the download button as well. To verify this behaviour I tried uploading an example file, test.bat with some random text and lo and behold, chrome blocks that file as well. I even tried uploading a known and trusted jar file - Google Gson - and chrome blocks that file as well, if it comes from my web server.



So it appears that chrome is blocking all files from being downloaded from my domain name. The server hosting the files is running behind CloudFlare and the server has been checked thoroughly and contains no malware and has not been hacked.



My initial thought after these discoveries is that my domain is on some kind of blacklist chrome uses, however, after extensive searching the domain is not blacklisted anywhere and checking the domain on transparencyreport.google.com says the domain is safe and contains no malware. So why is chrome blocking my files and how can I unblock them?



I've been searching around the internet but no luck as to why this happens. The only things I found were that you should submit your site for a review on the Google Search Console, however, my site has no warnings on the Google Search Console so there is nothing I can do.



Update:



I should add that Firefox does also warn about the files from my server. Chrome blocks the download entierly and won't allow you to download it, and Firefox just warns the file may be dangerous but allows you to bypass it and save it anyway.



Another note, the file that I discovered this problem with, the Installer.jar is able to be downloaded from another host, just not my server.










share|improve this question









New contributor




Alexander is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












I'm running an apache web server that hosts some files. Say there's one file called Installer.jar and I have a button to download that file. Around yesterday chrome started blocking this file for users trying to download it.



I ran a Virustotal on the jar file in question and no malware was found, and the jar file itself is open source and the link to the source code is listed below the download button as well. To verify this behaviour I tried uploading an example file, test.bat with some random text and lo and behold, chrome blocks that file as well. I even tried uploading a known and trusted jar file - Google Gson - and chrome blocks that file as well, if it comes from my web server.



So it appears that chrome is blocking all files from being downloaded from my domain name. The server hosting the files is running behind CloudFlare and the server has been checked thoroughly and contains no malware and has not been hacked.



My initial thought after these discoveries is that my domain is on some kind of blacklist chrome uses, however, after extensive searching the domain is not blacklisted anywhere and checking the domain on transparencyreport.google.com says the domain is safe and contains no malware. So why is chrome blocking my files and how can I unblock them?



I've been searching around the internet but no luck as to why this happens. The only things I found were that you should submit your site for a review on the Google Search Console, however, my site has no warnings on the Google Search Console so there is nothing I can do.



Update:



I should add that Firefox does also warn about the files from my server. Chrome blocks the download entierly and won't allow you to download it, and Firefox just warns the file may be dangerous but allows you to bypass it and save it anyway.



Another note, the file that I discovered this problem with, the Installer.jar is able to be downloaded from another host, just not my server.







linux google-chrome web






share|improve this question









New contributor




Alexander is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question









New contributor




Alexander is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question








edited 10 hours ago







Alexander













New contributor




Alexander is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 10 hours ago









AlexanderAlexander

164




164




New contributor




Alexander is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Alexander is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Alexander is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.













  • HTTP or HTTPS, and if HTTPS how did you get the certificate? I assume that things are OK with other browsers (Firefox) as well as utilities such as curl and wget?

    – xenoid
    10 hours ago











  • My server is using HSTS, so only https traffic. The certificate is from CloudFlare. Things are okay with curl and wget, but Firefox also warns, I assume that's because Chrome shares whatever reason it has blocking my domain downloads with Firefox

    – Alexander
    10 hours ago






  • 1





    And what is the firefox warning then (answer by updating the question)

    – xenoid
    10 hours ago



















  • HTTP or HTTPS, and if HTTPS how did you get the certificate? I assume that things are OK with other browsers (Firefox) as well as utilities such as curl and wget?

    – xenoid
    10 hours ago











  • My server is using HSTS, so only https traffic. The certificate is from CloudFlare. Things are okay with curl and wget, but Firefox also warns, I assume that's because Chrome shares whatever reason it has blocking my domain downloads with Firefox

    – Alexander
    10 hours ago






  • 1





    And what is the firefox warning then (answer by updating the question)

    – xenoid
    10 hours ago

















HTTP or HTTPS, and if HTTPS how did you get the certificate? I assume that things are OK with other browsers (Firefox) as well as utilities such as curl and wget?

– xenoid
10 hours ago





HTTP or HTTPS, and if HTTPS how did you get the certificate? I assume that things are OK with other browsers (Firefox) as well as utilities such as curl and wget?

– xenoid
10 hours ago













My server is using HSTS, so only https traffic. The certificate is from CloudFlare. Things are okay with curl and wget, but Firefox also warns, I assume that's because Chrome shares whatever reason it has blocking my domain downloads with Firefox

– Alexander
10 hours ago





My server is using HSTS, so only https traffic. The certificate is from CloudFlare. Things are okay with curl and wget, but Firefox also warns, I assume that's because Chrome shares whatever reason it has blocking my domain downloads with Firefox

– Alexander
10 hours ago




1




1





And what is the firefox warning then (answer by updating the question)

– xenoid
10 hours ago





And what is the firefox warning then (answer by updating the question)

– xenoid
10 hours ago










0






active

oldest

votes












Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});






Alexander is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1421467%2fchrome-blocking-all-downloads-from-my-web-server-to-users%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes








Alexander is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















Alexander is a new contributor. Be nice, and check out our Code of Conduct.













Alexander is a new contributor. Be nice, and check out our Code of Conduct.












Alexander is a new contributor. Be nice, and check out our Code of Conduct.
















Thanks for contributing an answer to Super User!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1421467%2fchrome-blocking-all-downloads-from-my-web-server-to-users%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

VNC viewer RFB protocol error: bad desktop size 0x0I Cannot Type the Key 'd' (lowercase) in VNC Viewer...

Tribunal Administrativo e Fiscal de Mirandela Referências Menu de...

looking for continuous Screen Capture for retroactivly reproducing errors, timeback machineRolling desktop...