data: images show up when 'load images' (Tools->Options->content->checkbox) is disabled
Categories
(Core :: Graphics: Image Blocking, defect)
Tracking
()
People
(Reporter: unusualtears, Unassigned)
References
()
Details
Attachments
(3 obsolete files)
Updated•20 years ago
|
Comment 1•19 years ago
|
||
Updated•19 years ago
|
Updated•18 years ago
|
Comment 2•18 years ago
|
||
Comment 3•18 years ago
|
||
Comment 5•18 years ago
|
||
Updated•18 years ago
|
Comment 6•17 years ago
|
||
Updated•16 years ago
|
| Reporter | ||
Comment 12•13 years ago
|
||
Comment 13•13 years ago
|
||
| Reporter | ||
Comment 14•13 years ago
|
||
Comment 15•13 years ago
|
||
Comment 16•13 years ago
|
||
Comment 17•13 years ago
|
||
| Reporter | ||
Comment 18•13 years ago
|
||
Comment 19•13 years ago
|
||
Updated•13 years ago
|
Comment 20•13 years ago
|
||
Comment 21•13 years ago
|
||
Comment 22•13 years ago
|
||
Updated•13 years ago
|
Comment 23•13 years ago
|
||
Comment 24•13 years ago
|
||
Comment 25•13 years ago
|
||
| Reporter | ||
Comment 26•13 years ago
|
||
Comment 27•13 years ago
|
||
Comment 28•13 years ago
|
||
Comment 29•13 years ago
|
||
Comment 30•12 years ago
|
||
Comment 31•12 years ago
|
||
Comment 33•9 years ago
|
||
Updated•3 years ago
|
Comment 34•3 years ago
|
||
The severity field for this bug is relatively low, S4. However, the bug has 5 duplicates and 12 votes.
:aosmond, could you consider increasing the bug severity?
For more information, please visit auto_nag documentation.
Comment 35•3 years ago
|
||
The last needinfo from me was triggered in error by recent activity on the bug. I'm clearing the needinfo since this is a very old bug and I don't know if it's still relevant.
Comment 36•1 year ago
|
||
(In reply to Hans Hillen from comment #30)
Unchecking a feature called "Load images automatically"
should mean "disable all images", not "disable most but not all images".
Agreed, but more granularity is needed so that phrasing should be changed.
There are two kinds of users in this regard:
-
People on capped or measured rate connections need to keep their network consumption low. For this use case images should not be fetched from the cloud. But this group of users are happy to render images that do not require a separate fetch over the network.
-
People who have unlimited bandwidth but they do not want garbage in the window. The browser can should respect their choice whether the images are embedded or not. This group is satisfied by your comment.
When you use the term URI images, I assume you are talking about embedded base64-ified images like that described by this guide, correct?
The comments for this bug go back to 2006, but I haven't heard a single good
reason why disabling images in the browser's user settings SHOULDN'T apply
for data URI images as well. I would really appreciate it if it got fixed,
if only for the sake of consistency.
¶1 covers this. Someone on a budget connection wants to avoid fetching the image but opts to display what they can.
There’s another scenario for that same use case: email security. People are generally happy to load embedded¹ images to get close to the intended presentation but nothing that uses the cloud because “tracker pixels” are used to track when the message is rendered and approximately where the recipient is located at that time. People with text-based mail clients like Mutt sometimes call Firefox to render HTML messages.
¹: there are two kinds of embedded images AFAIK. One way is the base64 inlined string and the other way is separate files that are attached to the email whereby a filename is given but it sits locally. Both forms of embedding should be treated the same as far as email users are concerned, but WAN images are distrusted.
Comment 37•1 year ago
|
||
For those with epilepsy it is a major health concern to not have an option to disable images, such as "permissions.default.image=2".
"permissions.default.image=2" was a fix, but lots of websites (such as https://google.com/) are now bypassing this.
Lots of other websites are bypassing this to force infected ads to show up.
Unless there is a fix, must suggest epilepsy victims to switch to text browsers.
| Comment hidden (advocacy) |
| Comment hidden (advocacy) |
Comment 41•1 year ago
|
||
Unless there is a fix, must suggest epilepsy victims to switch to text browsers.
Or install one of the many add-ons that will block all images (either an ad-blocker with that feature, or a special-purpose one)
Updated•1 year ago
|
Comment 42•1 year ago
|
||
If someone wants to fix this it looks like this code now lives at
https://searchfox.org/mozilla-central/rev/4f5426084651871759f5346eb0ded2e9ac5326fd/image/ImageBlocker.cpp#52-63
- It should at least block
data:andblob:schemes, and probablyfile:as well. - We may need to add another pref so that the current "save network bandwidth" behavior can be replicated, but it should be fine if the default was "blocking means blocking".
Comment 43•4 months ago
|
||
(In reply to Daniel Veditz [:dveditz] out until Nov 10 from comment #41)
Unless there is a fix, must suggest epilepsy victims to switch to text browsers.
Or install one of the many add-ons that will block all images (either an ad-blocker with that feature, or a special-purpose one)
The first result of https://addons.mozilla.org/en-US/android/search/?q=image%20block is https://addons.mozilla.org/en-US/android/addon/image-block/?utm_source=addons.mozilla.org, which says
Another key issue that everyone kept pointing (other than the immovable button) was images not being blocked on certain sites (e.g. Google Image search). This was done on purpose, as these images are embedded in data, "blocking" them was not possible. They could only be "hidden", which would not help in faster browsing or less data use. However, I have finally added this (I'm still not fully convinced if this is the way to go).
, so assumed Image Block was supposed to have the bypassing of this permissions.default.image=2 rule, but the hacking/bypassing still does not improve.
The addons from the other results seem to just set permissions.default.image=2 (or an even less strict, conditional version) for you.
So for now, switch to console-mode browser is the sole solution.
Comment 44•4 months ago
|
||
Asof GeckoView version 140.4.0-20251014112400 the hacking/bypassing of browser rules has not stopped: this has not improved.
Description
•