Closed
Bug 1706073
Opened 4 years ago
Closed 4 years ago
Add unit tests to verify load behavior for moz-extension requests with SRI
Categories
(WebExtensions :: Request Handling, task, P3)
WebExtensions
Request Handling
Tracking
(firefox90 fixed)
RESOLVED
FIXED
90 Branch
Tracking | Status | |
---|---|---|
firefox90 | --- | fixed |
People
(Reporter: robwu, Assigned: robwu)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
bug 1694679 allows web-accessible resources to always pass all CORS checks.
Sub-resource integrity (SRI) depends on CORS, but we don't have any unit tests that check the behavior of moz-extension:-requests with SRI. Let's add a unit test, which should prevent regressions if bug 1321916 ever gets resolved.
Assignee | ||
Comment 1•4 years ago
|
||
Assignee | ||
Updated•4 years ago
|
Severity: -- → N/A
Priority: -- → P3
Pushed by rob@robwu.nl:
https://hg.mozilla.org/integration/autoland/rev/b245fc2e6135
Add unit tests for moz-extension: + SRI r=rpl
Comment 3•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox90:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 90 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•