From 06d9acc2f80230aeb82a6c796d4b323d1ec210e5 Mon Sep 17 00:00:00 2001 From: Thorin-Oakenpants Date: Tue, 7 Jul 2020 17:41:07 +0000 Subject: [PATCH] grammar and a tweak --- user.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/user.js b/user.js index a361a60..f09a452 100644 --- a/user.js +++ b/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