mirror of
https://github.com/arkenfox/user.js.git
synced 2025-09-20 12:34:47 -04:00
2635: isolateContentScriptResources
This commit is contained in:
parent
4497b44942
commit
f217122f0d
1 changed files with 2 additions and 0 deletions
2
user.js
2
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue