From 111659799746595cdbbad359e8c6973aad05003c Mon Sep 17 00:00:00 2001 From: Narsil Date: Thu, 1 Sep 2022 16:54:53 +0000 Subject: [PATCH] Upload files to 'testing' --- testing/user.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/testing/user.js b/testing/user.js index e81ba17..f2437c3 100644 --- a/testing/user.js +++ b/testing/user.js @@ -742,6 +742,10 @@ user_pref("browser.download.hide_plugins_without_extensions", false); // Enforce CSP (Content Security Policy) user_pref("security.csp.enable", true); // ------------------------------------- +// Disable CSP reports +user_pref("security.csp.speccompliant", false); +user_pref("security.signed_content.CSP.default", ""); +// ------------------------------------- // Disable JAR from opening Unsafe File Types user_pref("network.jar.open-unsafe-types", false); // -------------------------------------