Closed
Bug 1113293
Opened 10 years ago
Closed 5 years ago
Represent failed resource fetches from security events
Categories
(DevTools :: Netmonitor, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1556451
People
(Reporter: canuckistani, Unassigned)
References
(Blocks 1 open bug)
Details
Currently requests blocked by CSP and CORS, etc are logged under the security category of the console. We should also represent these as failed network requests in the network monitor:
- as a developer when a resource isn't loading the first place I look for problems is the network monitor. It would save a lot of time if I saw a faked-out 'network request' here that provides an informative error message.
- as a developer if I'm using 'Content-Security-Policy-Report-Only' to implement a csp policy it would help if the netmonitor displayed requests that would otherwise be blocked by csp as different than a normal request.
Updated•6 years ago
|
Product: Firefox → DevTools
Updated•5 years ago
|
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•