user.js

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 498a25c759edc7a28ade958b6bb1d66d75df152e
parent 64e8dfad0a25806d6af480fb5e9f21f5934da6e9
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Thu, 26 Aug 2021 06:04:57 +0000

0806: remove confusing line
Diffstat:
Muser.js | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/user.js b/user.js @@ -380,7 +380,6 @@ user_pref("browser.urlbar.suggest.searches", false); user_pref("browser.urlbar.speculativeConnect.enabled", false); /* 0806: disable location bar leaking single words to a DNS provider **after searching** [FF78+] * 0=never resolve single words, 1=heuristic (default), 2=always resolve - * [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); /* 0807: disable tab-to-search [FF85+]