Set "browser.fixup.alternate.enabled" to true in librewolf.cfg

This commit is contained in:
Farid Zelli 2022-06-22 10:20:13 +00:00
parent b10dcbdd84
commit e447b0be0f

View file

@ -1,4 +1,3 @@
/** LIBREWOLF SETTINGS /** LIBREWOLF SETTINGS
* *
* please take the time to read and understand, but also to customize the settings to find your own setup. * please take the time to read and understand, but also to customize the settings to find your own setup.
@ -150,7 +149,7 @@ defaultPref("browser.places.speculativeConnect.enabled", false);
// disable speculative connections and domain guessing from the urlbar // disable speculative connections and domain guessing from the urlbar
defaultPref("browser.urlbar.dnsResolveSingleWordsAfterSearch", 0); defaultPref("browser.urlbar.dnsResolveSingleWordsAfterSearch", 0);
defaultPref("browser.urlbar.speculativeConnect.enabled", false); defaultPref("browser.urlbar.speculativeConnect.enabled", false);
lockPref("browser.fixup.alternate.enabled", false); defaultPref("browser.fixup.alternate.enabled", true);
/** [SECTION] OFFLINE /** [SECTION] OFFLINE
* let users set the browser as offline, without the browser trying to guess. * let users set the browser as offline, without the browser trying to guess.