mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-06 07:48:38 +09:00
Issue #2693 - Disable CSP reporting by default in the platform.
This is a temporary measure to work around CF OOM situations. Reporting is desirable normally so webmasters get alerted to CSP issues, and this should be flipped back on once we can.
This commit is contained in:
parent
c41c1c63d5
commit
8b41e53028
1 changed files with 1 additions and 1 deletions
|
|
@ -2212,7 +2212,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'");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue