Open
Bug 1276678
Opened 9 years ago
Updated 2 years ago
Assess all calls to NS_CheckContentLoadPolicy
Categories
(Core :: DOM: Security, defect)
Core
DOM: Security
Tracking
()
NEW
People
(Reporter: ckerschb, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [domsecurity-backlog])
After we have converted all channels to rely on asyncOpen2() there should only be some calls to NS_CheckContentLoadPolicy in the tree, e.g. whenever we access an image from the image cache or also when reusing a script, style, image from the preloader. We should assess all of those callsites to make sure we don't call contentPolicies twice in some cases:
http://mxr.mozilla.org/mozilla-central/search?string=NS_CheckContentLoadPolicy&find=&findi=&filter=%5E%5B%5E%5C0%5D*%24&hitlimit=&tree=mozilla-central
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•