Closed
Bug 1962354
Opened 18 days ago
Closed 16 days ago
CSP violation in test
Categories
(Firefox :: Settings UI, enhancement)
Firefox
Settings UI
Tracking
()
RESOLVED
FIXED
139 Branch
Tracking | Status | |
---|---|---|
firefox139 | --- | fixed |
People
(Reporter: simonf, Assigned: simonf)
Details
Attachments
(1 file)
https://searchfox.org/mozilla-central/source/browser/components/preferences/tests/browser_applications_selection.js#79 is defining an application handler with a http: URL. Since registerProtocolHandler requires a secure context that seems like an error and we can modify the test instead of relaxing the CSP
Assignee | ||
Comment 1•18 days ago
|
||
Pushed by sfriedberger@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/1a91a26ff99b
Change test to use https: application handler r=settings-reviewers,Gijs
Comment 3•16 days ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 16 days ago
status-firefox139:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 139 Branch
Updated•12 days ago
|
QA Whiteboard: [qa-triage-done-c140/b139]
You need to log in
before you can comment on or make changes to this bug.
Description
•