pref: disable security.csp.reporting.enabled

This commit is contained in:
roytam1 2025-02-13 21:01:08 +08:00
commit ebca3ddb1d

View file

@ -2216,7 +2216,7 @@ pref("security.notification_enable_delay", 500);
pref("security.csp.enable", true);
pref("security.csp.experimentalEnabled", false);
pref("security.csp.enableStrictDynamic", true);
pref("security.csp.reporting.enabled", true);
pref("security.csp.reporting.enabled", false);
// Default Content Security Policy to apply to signed contents.
pref("security.signed_content.CSP.default", "script-src 'self'; style-src 'self'");