Closed
Bug 226296
Opened 22 years ago
Closed 22 years ago
blocking filters (size, dimentions, type, name)
Categories
(Core :: Graphics: Image Blocking, enhancement)
Tracking
()
RESOLVED
DUPLICATE
of bug 140238
People
(Reporter: josh.sickmate, Assigned: security-bugs)
References
Details
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.6a) Gecko/20031014
Build Identifier: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.6a) Gecko/20031014
The image blocking should hava a filters section allowing you to block or allow
images which have specific parameter ie:
block | size | more than | 100
that would block images that were more than 100kb in size (good for slow modems)
you could also set up dimentions:
block | dimentions | equal to | 130 | 60
that would help get rid of banner ads (130x60 pixels)
you could also do filename & altername text
Reproducible: Always
Steps to Reproduce:
Comment 1•22 years ago
|
||
> that would block images that were more than 100kb in size
Except most servers don't send content-length headers so you have no idea how
big the image will be...
This request could easily be handled by an extension, in any case, once we get
the content policy stuff into shape.
> block | dimentions | equal to | 130 | 60
You can already do that with CSS, no? Again, an extension could generate the
relevant userContent.css entries for you...
Depends on: 191839
| Reporter | ||
Comment 2•22 years ago
|
||
if you do that with css:
img[width=130] {display: none;}
how would you set it only if the height was 60? and what is the content policy
stuff?
Comment 3•22 years ago
|
||
*** This bug has been marked as a duplicate of 140238 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•