Open
Bug 1753988
Opened 3 years ago
Investigate having specific style for element blocked by CSP in the markup view
Categories
(DevTools :: Inspector, enhancement)
DevTools
Inspector
Tracking
(Not tracked)
NEW
People
(Reporter: nchevobbe, Unassigned)
Details
In Bug 1752342, we're checking if an iframe is blocked by CSP using iframeNode.ownerDocument.csp.shouldLoad
.
We could probably check the same thing for different elements (img
, link
, video
, script
, …), and display them in a way that make it clear they were blocked in the markup view.
You need to log in
before you can comment on or make changes to this bug.
Description
•