mirror of
https://github.com/arkenfox/user.js.git
synced 2025-11-23 13:17:53 -05:00
disable 2635 until FF142
added in FF139 but fixes landed in 140 + 141 including a crash. enabled in 142+ nightly, we'll follow suit when we do an arkenfox 142
This commit is contained in:
parent
f217122f0d
commit
11e3a2384b
1 changed files with 1 additions and 1 deletions
2
user.js
2
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.enabled", false); // [FF121+] [DEFAULT: false]
|
||||||
user_pref("browser.contentanalysis.default_result", 0); // [FF127+] [DEFAULT: 0]
|
user_pref("browser.contentanalysis.default_result", 0); // [FF127+] [DEFAULT: 0]
|
||||||
/* 2635: disable referrer and storage access for resources injected by content scripts [FF139+] */
|
/* 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 ***/
|
/** DOWNLOADS ***/
|
||||||
/* 2651: enable user interaction for security by always asking where to download
|
/* 2651: enable user interaction for security by always asking where to download
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue