Closed
Bug 711145
Opened 13 years ago
Closed 12 years ago
Implement a preference for blocking mixed passive content (images, iframes, fonts, etc.)
Categories
(Core :: Security, defect)
Tracking
()
mozilla11
People
(Reporter: bsterne, Assigned: bsterne)
References
Details
Make the loading of mixed-mode passive content, including _everything other than_ scripts, plugins, and stylesheets, user-configurable and allowed by default. We can potentially flip this preference in the future when the impact of doing so is better understood.
Check out nsIContentPolicy.idl to see what types of mixed content this would include:
http://mxr.mozilla.org/mozilla-central/source/content/base/public/nsIContentPolicy.idl
Comment 1•12 years ago
|
||
I think an about:config setting would be sufficient for this.
Assignee | ||
Comment 2•12 years ago
|
||
The patch in bug 62178 adds security.mixed_content.block_display_content. I think we can dupe this bug to that one.
Comment 3•12 years ago
|
||
Yup, just saw that. Building with your patch now to try it out.
We might eventually remove the pref for security.mixed_content.block_active_content once we have the blocking UI (hopefully FF 18) - bug 711141.
Comment 4•12 years ago
|
||
This is covered in the patch to bug 62178.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•