Closed
Bug 1563268
Opened 5 years ago
Closed 5 years ago
No error page displayed when load is blocked via content security checks
Categories
(Core :: DOM: Navigation, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1206295
People
(Reporter: snorp, Unassigned)
Details
If you try "right click -> open in new tab" on a link to a file
URI from a https
page, a blank tab is opened with no indication of an error.
This appears to be due to the fact that nsDocShell::DisplayLoadError()
doesn't do anything with NS_ERROR_CONTENT_BLOCKED
or NS_ERROR_CONTENT_BLOCKED_SHOW_ALT
.
Updated•5 years ago
|
Component: General → Document Navigation
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
•