Closed
Bug 1386214
Opened 7 years ago
Closed 6 years ago
Remove require-sri from the CSP-Module
Categories
(Core :: DOM: Security, enhancement, P2)
Core
DOM: Security
Tracking
()
RESOLVED
FIXED
mozilla68
Tracking | Status | |
---|---|---|
firefox68 | --- | fixed |
People
(Reporter: jkt, Assigned: sstreich)
References
(Depends on 1 open bug)
Details
(Keywords: dev-doc-complete, Whiteboard: [domsecurity-active][wptsync upstream])
Attachments
(1 file, 1 obsolete file)
Chrome intends to implement require-sri-for by default:
https://bugs.chromium.org/p/chromium/issues/detail?id=618924
We switched this off in Bug 1279420 via a pref as we were not sure about the standardisation and default
We should double check that we have tests for blocking import scripts and @import CSS and anything else that might make a network request before enabling.
Updated•7 years ago
|
Status: NEW → ASSIGNED
Priority: -- → P2
Whiteboard: [domsecurity-active]
Reporter | ||
Updated•7 years ago
|
Status: ASSIGNED → NEW
Reporter | ||
Comment 1•7 years ago
|
||
Removing assign at the moment as I'm not working on this.
Assignee: jkt → nobody
Updated•6 years ago
|
Summary: Consider enabling require-sri-for by default → Consider enabling or removing require-sri-for by default
Updated•6 years ago
|
Assignee: nobody → streich.mobile
Status: NEW → ASSIGNED
Comment 2•6 years ago
|
||
As discussed with folks from Google, we are going to remove support for require-sri-for - please note that we never shipped it - implementation was only available behind a flag.
Comment 3•6 years ago
|
||
Was implemented in bug 1265318. Three patches to remove.
Assignee | ||
Comment 4•6 years ago
|
||
Removed Test for Require SRI
Delete unused Files
Assignee | ||
Comment 5•6 years ago
|
||
Updated•6 years ago
|
Attachment #9053583 -
Attachment description: Bug 1386214 - Remove reqire-sri from the CSP-Module r=ckerschb → Bug 1386214 - Remove require-sri from the CSP-Module r=ckerschb
Updated•6 years ago
|
Attachment #9053546 -
Attachment is obsolete: true
Assignee | ||
Comment 6•6 years ago
|
||
Keywords: checkin-needed
Assignee | ||
Updated•6 years ago
|
Keywords: dev-doc-needed
Assignee | ||
Updated•6 years ago
|
Summary: Consider enabling or removing require-sri-for by default → Remove require-sri from the CSP-Module
Comment 7•6 years ago
|
||
This change requires DOM peer review. Requested review from Andrew.
Keywords: checkin-needed
Assignee | ||
Updated•6 years ago
|
Keywords: checkin-needed
Pushed by apavel@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/3d66d37e72c3
Remove require-sri from the CSP-Module r=ckerschb,qdot
Keywords: checkin-needed
Comment 9•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox68:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla68
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/16160 for changes under testing/web-platform/tests
Whiteboard: [domsecurity-active] → [domsecurity-active][wptsync upstream]
Comment 11•5 years ago
|
||
Documentation updates:
- Submitted BCD PR 4373 to both note this removed directive and to fix a structural error in the JSON
- Added to Firefox 68 for developers
Keywords: dev-doc-needed → dev-doc-complete
You need to log in
before you can comment on or make changes to this bug.
Description
•