grammar and a tweak

This commit is contained in:
Thorin-Oakenpants 2020-07-07 17:41:07 +00:00 committed by GitHub
parent 9ee3d82964
commit 06d9acc2f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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