Closed
Bug 78617
Opened 24 years ago
Closed 23 years ago
Image blacklist cannot be applied to images loaded via Javascript
Categories
(Core :: Networking: Cookies, defect)
Tracking
()
VERIFIED
WORKSFORME
People
(Reporter: zackw, Assigned: morse)
References
()
Details
Go to the above URL and right-click on the page logo, then on the banner
ad. You will see that "Block images from this server" appears in the
right-mouse menu for the logo, but not the banner ad.
Looking at the page source, I *think* this is because the logo is brought
in by an <IMG> tag in the document itself, but the ad comes from an <IMG>
tag added to the page by Javascript document.write(). Alternatively, it
might have something to do with <IFRAME>, which is in there too.
This is inconsistent, user-confusing behavior. All images, regardless
of how they get to the screen, should provide the blockage option.
I note that Mozilla is aware that both are images, it provides "View Image"
and "Save image" context-menu options for both.
Comment 1•24 years ago
|
||
Reassigning to morse.
Assignee: mstoltz → morse
Component: Security: CAPS → Security: General
Assignee | ||
Comment 2•23 years ago
|
||
This is working for me. Reporter, please try again, and reopen if you still see
the problem.
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Component: Security: General → Cookies
Resolution: --- → WORKSFORME
Reporter | ||
Comment 3•23 years ago
|
||
Confirmed - works for me with 2001060708 (trunk build).
Perhaps this was fixed with bug 84162?
Comment 4•23 years ago
|
||
Marking VERIFIED WORKSFORME on:
-MacOS91 2001-07-10-03-0.9.2
-LinRH62 2001-07-10-08-0.9.2
-Win98SE 2001-07-10-05-0.9.2
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•