Closed
Bug 1503917
Opened 7 years ago
Closed 7 years ago
JS Debugger icon loading blocked with Security Error
Categories
(DevTools :: Debugger, defect)
DevTools
Debugger
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1503871
People
(Reporter: bradwerth, Assigned: bradwerth)
References
Details
Attachments
(1 file)
|
1.82 MB,
image/png
|
Details |
The changes in Bug 1496505 seem to prevent the Debugger from loading its svg icons. When opening the debugger, the Browser Console shows a series of messages starting with:
Security Error: Content at resource://devtools/client/debugger/new/dist/debugger.css may not load or link to chrome://devtools/skin/images/devtools-components/arrow.svg.
It's likely that the principal used for loading in CORS situations should not always be the triggering principal. It may sometimes need to be the loading principal (which was the case before landing Bug 1496505). Find the correct choice for both this case and the case handled by Bug 1496505.
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•