From f217122f0d448843b915e3a10296b73385865aa9 Mon Sep 17 00:00:00 2001 From: Thorin-Oakenpants Date: Tue, 12 Aug 2025 05:12:59 +0000 Subject: [PATCH] 2635: isolateContentScriptResources --- user.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/user.js b/user.js index 6900b22..0b7eab3 100644 --- a/user.js +++ b/user.js @@ -571,6 +571,8 @@ user_pref("browser.tabs.searchclipboardfor.middleclick", false); // [DEFAULT: fa * [1] https://github.com/chromium/content_analysis_sdk */ 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); /** DOWNLOADS ***/ /* 2651: enable user interaction for security by always asking where to download