Follow Arch upstream autoDisableScopes settings.
See https://gitlab.com/librewolf-community/browser/linux/-/issues/101
This commit is contained in:
parent
cfa2757a99
commit
174fa6a4bd
1 changed files with 1 additions and 1 deletions
|
|
@ -384,7 +384,7 @@ lockPref("browser.cache.offline.insecure.enable", false); // default: false in F
|
|||
lockPref("network.http.redirection-limit", 10);
|
||||
lockPref("offline-apps.allow_by_default", false);
|
||||
lockPref("extensions.enabledScopes", 5); // (hidden pref)
|
||||
lockPref("extensions.autoDisableScopes", 15); //Tor value must be 0
|
||||
lockPref("extensions.autoDisableScopes", 11); //Tor value must be 0
|
||||
lockPref("xpinstall.whitelist.required", true); // default: true
|
||||
lockPref("dom.push.enabled", false);
|
||||
lockPref("dom.push.connection.enabled", false);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue