Closed
Bug 1276681
Opened 8 years ago
Closed 8 years ago
Experimentally add CheckLoadURIWithPrincipal to nsDocShell::DoURILoad
Categories
(Core :: DOM: Security, defect)
Core
DOM: Security
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: ckerschb, Assigned: ckerschb)
References
Details
(Whiteboard: [domsecurity-active])
No description provided.
Assignee | ||
Updated•8 years ago
|
Assignee: nobody → ckerschb
Status: NEW → ASSIGNED
Whiteboard: [domsecurity-active]
Assignee | ||
Comment 1•8 years ago
|
||
Before converting docshell loads to rely on channel->AsyncOpen2() we should experimentally add an CheckLoadURIWithPrincipal check to nsDocShell::DoURILoad. Potentially not all callsites of DoURILoad are performing that check at the moment which might cause a lot of breakage once we convert docshell loads to rely on asyncOpen2().
Let's investigate.
Assignee | ||
Comment 2•8 years ago
|
||
Assignee | ||
Comment 4•8 years ago
|
||
Given the progress we have made on Bug 1276681 this bug has essentially become a WONTFIX.
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•