Closed
Bug 1632116
Opened 5 years ago
Closed 5 years ago
Create a flag to disable window.content
Categories
(Core :: DOM: Core & HTML, task)
Tracking
()
RESOLVED
FIXED
mozilla77
Tracking | Status | |
---|---|---|
firefox77 | --- | fixed |
People
(Reporter: saschanaz, Assigned: saschanaz)
References
Details
Attachments
(1 file)
Currently it's disabled only in Nightly via C preprocessor, but it should be better to allow users to manually disable it via a flag also in stable Firefox.
Assignee | ||
Comment 1•5 years ago
|
||
window.content
is currently disabled only in Nightly by C preprecessor, and this patch replaces it with a new flag to allow users to manipulate.
Updated•5 years ago
|
Assignee: nobody → krosylight
Status: NEW → ASSIGNED
Pushed by krosylight@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/2bfb0a8f137e
Introduce dom.window.content.untrusted.enabled r=emilio
Comment 3•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox77:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla77
You need to log in
before you can comment on or make changes to this bug.
Description
•