1
0
mirror of https://github.com/yokoffing/Betterfox.git synced 2026-06-12 15:40:48 +05:30

remove old ESR prefs

This commit is contained in:
yokoffing
2020-08-11 11:53:15 -04:00
committed by GitHub
parent 4c6b22bfcd
commit d15ee69e5e
+5 -4
View File
@@ -84,11 +84,12 @@ user_pref("privacy.purge_trackers.logging.enabled", false);
* SECTION: PREFETCHING *
******************************************************************************/
// PREF: Disable preloading of autocomplete URLs. Firefox preloads URLs that autocomplete
// when a user types into the address bar, which is a concern if URLs are suggested that the user
// does not want to connect to.
// PREF: Disable preloading the autocomplete URL in the address bar.
// Firefox preloads URLs that autocomplete when a user types into the address bar, which is
// a concern if URLs are suggested that the user does not want to connect to.
// NOTE: Firefox will do the server DNS lookup and TCP and TLS handshake but not start sending or receiving HTTP data.
// https://www.ghacks.net/2017/07/24/disable-preloading-firefox-autocomplete-urls/
user_pref("browser.urlbar.speculativeConnect.enabled", false);
user_pref("browser.urlbar.usepreloadedtopurls.enabled", false);
// PREF: Disable Firefox prefetching pages it thinks you will visit next.
// Prefetching causes cookies from the prefetched site to be loaded and other potentially unwanted behavior.