mirror of
https://github.com/arkenfox/user.js.git
synced 2025-05-01 14:33:38 +02:00
grammar and a tweak
This commit is contained in:
parent
9ee3d82964
commit
06d9acc2f8
1 changed files with 2 additions and 2 deletions
4
user.js
4
user.js
|
@ -496,9 +496,9 @@ user_pref("browser.urlbar.usepreloadedtopurls.enabled", false);
|
|||
/* 0810: disable location bar making speculative connections [FF56+]
|
||||
* [1] https://bugzilla.mozilla.org/1348275 ***/
|
||||
user_pref("browser.urlbar.speculativeConnect.enabled", false);
|
||||
/* 0811: disable location bar leaking single words to DNS provider **after searching** [FF78+]
|
||||
/* 0811: disable location bar leaking single words to a DNS provider **after searching** [FF78+]
|
||||
* 0=never resolve single words, 1=heuristic (default), 2=always resolve
|
||||
* For FF78 value 1 and 2 are the same and always resolve but that will change in future versions
|
||||
* [NOTE] For FF78 value 1 and 2 are the same and always resolve but that will change in future versions
|
||||
* [1] https://bugzilla.mozilla.org/1642623 ***/
|
||||
user_pref("browser.urlbar.dnsResolveSingleWordsAfterSearch", 0);
|
||||
/* 0850a: disable location bar suggestion types
|
||||
|
|
Loading…
Add table
Reference in a new issue