Update config/mozilla.cfg

Adding some Tor FP protection even deprecated...
This commit is contained in:
Narsil 2024-07-15 09:47:41 +00:00
parent e7ecc5ee3d
commit f34b98c23a
1 changed files with 1 additions and 1 deletions

View File

@ -888,7 +888,7 @@ lockPref("network.http.referer.spoofSource", true); // [DEFAULT: false]
lockPref("security.dialog_enable_delay", 1000); // [DEFAULT: 1000]
// -------------------------------------
// Enforce no First Party Isolation [FF51+]
defaultPref("privacy.firstparty.isolate", false); // [DEFAULT: false]
defaultPref("privacy.firstparty.isolate", true); // [DEFAULT: false]
// -------------------------------------
// Enforce SmartBlock shims (about:compat) [FF81+]
lockPref("extensions.webcompat.enable_shims", true); // [HIDDEN PREF] [DEFAULT: true]