Content Security Policy (CSP) implement unsafe-hashes
Categories
(Core :: DOM: Security, task, P3)
Tracking
()
People
(Reporter: luke.semerau, Assigned: tschuster)
References
(Blocks 1 open bug, )
Details
(Keywords: dev-doc-complete, parity-chrome, Whiteboard: [domsecurity-backlog1])
Attachments
(1 file)
48 bytes,
text/x-phabricator-request
|
RyanVM
:
approval-mozilla-beta+
|
Details | Review |
Updated•8 years ago
|
Comment 2•5 years ago
|
||
This seems to have been renamed to 'unsafe-hashes'
Updated•4 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Comment 7•2 years ago
|
||
did you fix it? if so, how?
Assignee | ||
Comment 8•2 years ago
|
||
Updated•2 years ago
|
Comment 11•2 years ago
|
||
bugherder |
Comment 13•2 years ago
|
||
We've received multiple reports about Microsoft Azure data factory breaking since changes in bug1797070. It's currently broken on release (108) and fixed in Nightly (110) by this patch (confirmed with mozregression --find-fix
).
Hi Tom, following up on your comment3 from bug1806845 , wonder if it's possible to uplift this patch to Beta and maybe release since there might be a lot of users affected?
Assignee | ||
Comment 14•2 years ago
|
||
Comment on attachment 9308661 [details]
Bug 1343950 - CSP: Enable the 'unsafe-hashes' keyword by default. r?freddyb
Beta/Release Uplift Approval Request
- User impact if declined: Previously working websites were broken. Hard to workaround for websites without decreasing their security.
- Is this code covered by automated tests?: Yes
- Has the fix been verified in Nightly?: Yes
- Needs manual test from QE?: No
- If yes, steps to reproduce:
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): This was tested in Nightly already. Most of the code already existed, but now is "opt-in" (via 'unsafe-hashes') for websites.
- String changes made/needed: n/a
- Is Android affected?: Yes
Comment 16•2 years ago
|
||
Comment on attachment 9308661 [details]
Bug 1343950 - CSP: Enable the 'unsafe-hashes' keyword by default. r?freddyb
Not super crazy about taking this so late in the beta cycle, but I'm also not crazy about leaving sites broken for another cycle. Approved for 109.0b8 but let's be on the lookout for any regressions.
Comment 17•2 years ago
|
||
bugherder uplift |
Comment 19•2 years ago
|
||
Tracking issue for MDN updates https://github.com/mdn/content/issues/23679
Updated•2 years ago
|
Description
•