user.js

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

commit 0eb7a927e6d46978bbdaa46af6d62d95b2e02156
parent 989a5816b1d4fbbdb5dd78fc193804f8a8e86d56
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Sun, 23 Jul 2017 03:11:56 +1200

0810: disable speculative connects #175
Diffstat:
Muser.js | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/user.js b/user.js @@ -427,6 +427,9 @@ user_pref("browser.urlbar.userMadeSearchSuggestionsChoice", true); // (FF41+) /* 0809: disable location bar suggesting "preloaded" top websites (FF54+) * [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1211726 ***/ user_pref("browser.urlbar.usepreloadedtopurls.enabled", false); +/* 08010: disable location bar making speculative connections (FF56+) + * [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1348275 ***/ +user_pref("browser.urlbar.speculativeConnect.enabled", false); /* 0850a: disable location bar autocomplete [controlled by 0850b] // user_pref("browser.urlbar.autocomplete.enabled", false); /* 0850b: disable location bar suggestion types [controls 0850a]