From a05d90d6126b98b0d4aadf5bc280c3620852011a Mon Sep 17 00:00:00 2001 From: Thorin-Oakenpants Date: Wed, 1 Oct 2025 08:38:49 +0000 Subject: [PATCH] make 2635 active it added as inactive in 140 due to bugs not fixed in time - seems stable now --- user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user.js b/user.js index 06d9708..cea0f11 100644 --- a/user.js +++ b/user.js @@ -549,7 +549,7 @@ user_pref("browser.tabs.searchclipboardfor.middleclick", false); // [DEFAULT: fa user_pref("browser.contentanalysis.enabled", false); // [FF121+] [DEFAULT: false] user_pref("browser.contentanalysis.default_result", 0); // [FF127+] [DEFAULT: 0] /* 2635: disable referrer and storage access for resources injected by content scripts [FF139+] ***/ - // user_pref("privacy.antitracking.isolateContentScriptResources", true); +user_pref("privacy.antitracking.isolateContentScriptResources", true); /* 2640: disable CSP Level 2 Reporting [FF140+] ***/ user_pref("security.csp.reporting.enabled", false);