Closed
Bug 1937080
Opened 11 months ago
Closed 10 months ago
Mitigate breakage risks for parent-process script security
Categories
(Core :: DOM: Security, enhancement)
Core
DOM: Security
Tracking
()
RESOLVED
FIXED
136 Branch
| Tracking | Status | |
|---|---|---|
| firefox136 | --- | fixed |
People
(Reporter: freddy, Assigned: tschuster)
References
(Blocks 1 open bug)
Details
(Whiteboard: [domsecurity-active])
Attachments
(4 files)
We should build logging to get insights into what kind of event handlers are added in the real world (document, element, position, event handler attribute, script source, JavaScript stack trace...).
We should be able to disable the enforcement mechanism at runtime (pref? remote settings?)
| Assignee | ||
Comment 1•10 months ago
|
||
Updated•10 months ago
|
Whiteboard: [domsecurity-active]
| Assignee | ||
Comment 2•10 months ago
|
||
| Assignee | ||
Comment 3•10 months ago
|
||
| Assignee | ||
Comment 4•10 months ago
|
||
| Assignee | ||
Comment 5•10 months ago
|
||
Updated•10 months ago
|
Attachment #9445333 -
Attachment description: WIP: Bug 1937080 - Drive by cleanup: Don't pass the sample string to the GatherSecurityPolicyViolationEventData function → Bug 1937080 - Drive by cleanup: Don't pass the sample string to the GatherSecurityPolicyViolationEventData function. r?freddyb
Updated•10 months ago
|
Attachment #9445334 -
Attachment description: WIP: Bug 1937080 - Don't strip CSP report URIs when the mSelfURI is chrome: → Bug 1937080 - Don't strip CSP report URIs when the mSelfURI is a chrome: URL. r?freddyb
Updated•10 months ago
|
Attachment #9444714 -
Attachment description: WIP: Bug 1937080 - Make the <meta> CSP in browser.xhtml pref controllable. → Bug 1937080 - Make the <meta> CSP in browser.xhtml pref controllable. r?freddyb
Updated•10 months ago
|
Attachment #9445335 -
Attachment description: WIP: Bug 1937080 - Block inline event handlers in Nightly and collect telemetry → Bug 1937080 - Block inline event handlers in Nightly and collect telemetry. r?freddyb!,Gijs!
Pushed by tschuster@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/3fade7db9688
Drive by cleanup: Don't pass the sample string to the GatherSecurityPolicyViolationEventData function. r=freddyb
https://hg.mozilla.org/integration/autoland/rev/c33b6add9eab
Don't strip CSP report URIs when the mSelfURI is a chrome: URL. r=freddyb
https://hg.mozilla.org/integration/autoland/rev/b835e8ac47e3
Make the <meta> CSP in browser.xhtml pref controllable. r=freddyb
https://hg.mozilla.org/integration/autoland/rev/a20a4eb224da
Block inline event handlers in Nightly and collect telemetry. r=freddyb,Gijs,saschanaz
https://hg.mozilla.org/mozilla-central/rev/3fade7db9688
https://hg.mozilla.org/mozilla-central/rev/c33b6add9eab
https://hg.mozilla.org/mozilla-central/rev/b835e8ac47e3
https://hg.mozilla.org/mozilla-central/rev/a20a4eb224da
Status: NEW → RESOLVED
Closed: 10 months ago
status-firefox136:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 136 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•