Set "browser.fixup.alternate.enabled" to true in librewolf.cfg
This commit is contained in:
parent
b10dcbdd84
commit
e447b0be0f
1 changed files with 1 additions and 2 deletions
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue