Merge branch 'FaridZelli-master-patch-10259' into 'master'

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

See merge request librewolf-community/settings!44
This commit is contained in:
Farid Zelli 2022-07-01 15:17:32 +00:00
commit 172a07e52d

View file

@ -1,4 +1,3 @@
/** LIBREWOLF SETTINGS
*
* 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
defaultPref("browser.urlbar.dnsResolveSingleWordsAfterSearch", 0);
defaultPref("browser.urlbar.speculativeConnect.enabled", false);
lockPref("browser.fixup.alternate.enabled", false);
defaultPref("browser.fixup.alternate.enabled", true);
/** [SECTION] OFFLINE
* let users set the browser as offline, without the browser trying to guess.