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:
commit
172a07e52d
1 changed files with 1 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue