Closed
Bug 1024629
Opened 10 years ago
Closed 8 years ago
optionally apply stylesheets to domains affected by the tracking protection list
Categories
(Firefox :: Protections UI, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1125308
People
(Reporter: mmc, Unassigned)
References
Details
This allows us to clean up DOM elements whose contents may have been blocked by the tracking protection list. In nsIChannelClassifier, we potentially have access through nsIChannel -> nsILoadContext -> nsIDOMWindow.
Reporter | ||
Comment 1•10 years ago
|
||
Yeah, that comment is totally wrong. We don't get an nsILoadContext in asyncOpen.
Possibilities:
1) Attach a notification callback to the nsILoadGroup that somehow gets notified when the channel is cancelled.
2) When the callback gets called in the content process (nsDocument?), apply the stylesheet.
Comment 2•9 years ago
|
||
Francois, not sure how important that is. If it's outdated, please mark as wontfix, otherwise please apply a priority to it. Thanks!
Flags: needinfo?(francois)
Whiteboard: [domsecurity-backlog]
Comment 3•9 years ago
|
||
Not sure what product/component this should go into because it's a Firefox front-end thing, but I guess I'll just keep it in Safe Browsing for now.
Component: DOM: Security → Safe Browsing
Flags: needinfo?(francois)
Product: Core → Toolkit
Whiteboard: [domsecurity-backlog]
Updated•9 years ago
|
Component: Safe Browsing → Tracking Protection
Product: Toolkit → Firefox
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•