mixed download blocking works
Categories
(Core :: DOM: Security, defect, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr68 | --- | unaffected |
firefox-esr78 | --- | unaffected |
firefox78 | --- | unaffected |
firefox79 | --- | unaffected |
firefox80 | --- | disabled |
firefox81 | --- | disabled |
People
(Reporter: jan, Assigned: sstreich)
References
(Blocks 1 open bug, Regression)
Details
(Keywords: nightly-community, regression, Whiteboard: [domsecurity-active])
Attachments
(1 file)
(deleted),
image/png
|
Details |
Actual:
- I opened https://packages.debian.org/testing/libfreetype6 and clicked on the link
[freetype_2.10.2+dfsg-2.debian.tar.xz]
multiple times. - Nothing happened.
- Then I opened Chromium and the download worked.
- 10 minutes later I searched for the cause and found this pref I had forgotten about.
Expected:
Not nothing.
a) Some dialog: "You are not able to download this file insecurely"
b) upgrade-insecure-requests: bug 1601408 - but for files.
Comment 1•4 years ago
|
||
I guess we log to console, but ultimately some better indication would be better.
Basti, can we do something about it?
Assignee | ||
Comment 2•4 years ago
|
||
Yes, about 10% of all downloads are mixed content according to telemetry, i'll add a dialog option for users to choose :)
Updated•4 years ago
|
Comment 3•4 years ago
|
||
We've received a similar report in https://github.com/webcompat/web-bugs/issues/55387.
When trying to download a file on https://www.mysonicwall.com/muir/ui/downloadcenter, nothing happens (note that an account is needed to access the page). It is possible to download the file in Chrome.
No errors are thrown in the console on this site when attempting this download. Interestingly, if I try it in a codepen reduced test case with the same file, the "Blocked loading mixed active content" message is thrown.
Comment 4•4 years ago
|
||
Reproduced this issue also on https://www.thinkbroadband.com/download - tested on Windows 7 and Mac OS X 10.15 using the latest Nightly 80.0a1 - the Opening dialog is not displayed when trying to download any file.
Reporter | ||
Updated•4 years ago
|
Updated•4 years ago
|
Updated•4 years ago
|
Updated•4 years ago
|
Comment 10•4 years ago
|
||
A new indicator was added in bug 656296.
Comment 11•4 years ago
|
||
Sorry, correct ID is bug 1656296 for the indicator.
Updated•4 years ago
|
Assignee | ||
Comment 12•4 years ago
|
||
Closing this since we now have an indicator and also the option to unblock :)
Updated•4 years ago
|
Description
•