disable a setting referencing old extensions

This commit is contained in:
ohfp 2020-03-22 13:12:27 +01:00
parent 8a5431a901
commit b17d4f3a65

View file

@ -87,7 +87,8 @@ lockPref("general.config.filename", "librewolf.cfg");
defaultPref("extensions.autoDisableScopes", 0);
// Removing https-everywhere adding 2 librefox addons
defaultPref("extensions.enabledAddons", "librefox.http.watcher.tor%40intika.be:2.8,%7Befd1ce61-97d1-4b4f-a378-67d0d41d858d%7D:1.2,%7B73a6fe31-595d-460b-a920-fcc0f8843232%7D:2.6.6.1,torbutton%40torproject.org:1.5.2,ubufox%40ubuntu.com:2.6,tor-launcher%40torproject.org:0.1.1pre-alpha,%7B972ce4c6-7e08-4474-a285-3208198ce6fd%7D:17.0.5");
// keep it commented out for now, until we have more recent, properly pre-installed addons
// defaultPref("extensions.enabledAddons", "librefox.http.watcher.tor%40intika.be:2.8,%7Befd1ce61-97d1-4b4f-a378-67d0d41d858d%7D:1.2,%7B73a6fe31-595d-460b-a920-fcc0f8843232%7D:2.6.6.1,torbutton%40torproject.org:1.5.2,ubufox%40ubuntu.com:2.6,tor-launcher%40torproject.org:0.1.1pre-alpha,%7B972ce4c6-7e08-4474-a285-3208198ce6fd%7D:17.0.5");
// --------------------------------
// User Settings : Cookies settings
@ -1182,6 +1183,8 @@ lockPref("network.stricttransportsecurity.preloadlist", false);
lockPref("security.ssl.disable_session_identifiers", true);
// Pref : Blocking GD Parking Scam Site
// TODO: do we still need this? librefox.com isn't relevant anymore and this pretty much
// only tells LibreWolf to look for librefox.com locally
defaultPref("network.dns.localDomains", "librefox.com");
// Pref : Disable insecure TLS version fallback