make 2635 active

it added as inactive in 140 due to bugs not fixed in time - seems stable now
This commit is contained in:
Thorin-Oakenpants
2025-10-01 08:38:49 +00:00
committed by GitHub
parent 0ef5f72c5f
commit a05d90d612

View File

@ -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);