diff --git a/user.js b/user.js index 0b7eab3..c112235 100644 --- a/user.js +++ b/user.js @@ -572,7 +572,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); /** DOWNLOADS ***/ /* 2651: enable user interaction for security by always asking where to download