Bug 1954850. Add CSP to deletecert.html r=tschuster
Differential Revision: https://phabricator.services.mozilla.com/D242067
This commit is contained in:
@@ -1289,6 +1289,7 @@ static nsLiteralCString sStyleSrcUnsafeInlineAllowList[] = {
|
||||
"chrome://mozapps/content/update/history.xhtml"_ns,
|
||||
"chrome://mozapps/content/update/updateElevation.xhtml"_ns,
|
||||
"chrome://pippki/content/certManager.xhtml"_ns,
|
||||
"chrome://pippki/content/deletecert.xhtml"_ns,
|
||||
};
|
||||
// img-src data: blob:
|
||||
static nsLiteralCString sImgSrcDataBlobAllowList[] = {
|
||||
@@ -1931,7 +1932,6 @@ void nsContentSecurityUtils::AssertChromePageHasCSP(Document* aDocument) {
|
||||
"chrome://global/content/win.xhtml"_ns,
|
||||
"chrome://global/skin/in-content/info-pages.css"_ns,
|
||||
"chrome://layoutdebug/content/layoutdebug.xhtml"_ns,
|
||||
"chrome://pippki/content/deletecert.xhtml"_ns,
|
||||
"chrome://pippki/content/device_manager.xhtml"_ns,
|
||||
"chrome://pippki/content/downloadcert.xhtml"_ns,
|
||||
"chrome://pippki/content/editcacert.xhtml"_ns,
|
||||
|
||||
Reference in New Issue
Block a user