Skip to content

Commit 11e3a23

Browse files
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
1 parent f217122 commit 11e3a23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ user_pref("browser.tabs.searchclipboardfor.middleclick", false); // [DEFAULT: fa
572572
user_pref("browser.contentanalysis.enabled", false); // [FF121+] [DEFAULT: false]
573573
user_pref("browser.contentanalysis.default_result", 0); // [FF127+] [DEFAULT: 0]
574574
/* 2635: disable referrer and storage access for resources injected by content scripts [FF139+] */
575-
user_pref("privacy.antitracking.isolateContentScriptResources", true);
575+
// user_pref("privacy.antitracking.isolateContentScriptResources", true);
576576

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

0 commit comments

Comments
 (0)