Skip to content

Commit f217122

Browse files
2635: isolateContentScriptResources
1 parent 4497b44 commit f217122

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

user.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -571,6 +571,8 @@ user_pref("browser.tabs.searchclipboardfor.middleclick", false); // [DEFAULT: fa
571571
* [1] https://github.com/chromium/content_analysis_sdk */
572572
user_pref("browser.contentanalysis.enabled", false); // [FF121+] [DEFAULT: false]
573573
user_pref("browser.contentanalysis.default_result", 0); // [FF127+] [DEFAULT: 0]
574+
/* 2635: disable referrer and storage access for resources injected by content scripts [FF139+] */
575+
user_pref("privacy.antitracking.isolateContentScriptResources", true);
574576

575577
/** DOWNLOADS ***/
576578
/* 2651: enable user interaction for security by always asking where to download

0 commit comments

Comments
 (0)