mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +09:00
pref: disable security.csp.reporting.enabled
This commit is contained in:
parent
f59ffe2826
commit
ebca3ddb1d
1 changed files with 1 additions and 1 deletions
|
|
@ -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'");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue