From 7ecf8268ea880e64cac214ae5f77c69a724b4c81 Mon Sep 17 00:00:00 2001 From: Narsil Date: Fri, 23 Feb 2024 16:29:08 +0000 Subject: [PATCH] Upload files to "testing" --- testing/user.js | 1 + 1 file changed, 1 insertion(+) diff --git a/testing/user.js b/testing/user.js index 19f2893..2a10c3f 100644 --- a/testing/user.js +++ b/testing/user.js @@ -736,6 +736,7 @@ user_pref("security.csp.enable", true); // Disable CSP reports user_pref("security.csp.speccompliant", false); user_pref("security.signed_content.CSP.default", ""); +user_pref("security.csp.reporting.enabled", false); // ------------------------------------- // Disable JAR from opening Unsafe File Types user_pref("network.jar.open-unsafe-types", false);