Check XUL about page's CSP
Categories
(Core :: DOM: Security, enhancement, P3)
Tracking
()
People
(Reporter: bdahl, Unassigned)
References
Details
(Whiteboard: [domsecurity-backlog1])
Over in bug 1527977, I'll be changing XUL document to call Document::Endload (it didn't previously) which has an assertion for about pages and CSP. The asserition currently fails with many XUL documents. For now in that patch, I've added an early return for XULDocuments, but I imagine we want to enable that assertion for XUL too.
EndLoad Changes:
https://phabricator.services.mozilla.com/D21236#inline-130736
Comment 1•6 years ago
|
||
(In reply to Brendan Dahl [:bdahl] from comment #0)
Over in bug 1527977, I'll be changing XUL document to call Document::Endload (it didn't previously) which has an assertion for about pages and CSP. The asserition currently fails with many XUL documents. For now in that patch, I've added an early return for XULDocuments, but I imagine we want to enable that assertion for XUL too.
EndLoad Changes:
https://phabricator.services.mozilla.com/D21236#inline-130736
ni? myself to take a look - I am OOO at the moment - thanks for filing the bug.
Comment 2•6 years ago
|
||
Thanks Brendan, that makes sense for now. Once we get close to fixing Bug 1492063, we will take out that early return.
Updated•6 years ago
|
Comment 3•6 years ago
|
||
I am fixing problem over within Bug 1567910.
Description
•