iDisable quicksuggest. - privacy-haters - Tools and configs to help you against privacy haters like firefox. Err bitreich.org 70 hgit clone git://bitreich.org/privacy-haters/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/privacy-haters/ URL:git://bitreich.org/privacy-haters/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/privacy-haters/ bitreich.org 70 1Log /scm/privacy-haters/log.gph bitreich.org 70 1Files /scm/privacy-haters/files.gph bitreich.org 70 1Refs /scm/privacy-haters/refs.gph bitreich.org 70 1Tags /scm/privacy-haters/tag bitreich.org 70 1README /scm/privacy-haters/file/README.md.gph bitreich.org 70 1LICENSE /scm/privacy-haters/file/LICENSE.gph bitreich.org 70 i--- Err bitreich.org 70 1commit 0a265bed481e977b93efa71822a953da984263df /scm/privacy-haters/commit/0a265bed481e977b93efa71822a953da984263df.gph bitreich.org 70 1parent dff14c90381e12aa273e3fcca5b419e5d553f2d1 /scm/privacy-haters/commit/dff14c90381e12aa273e3fcca5b419e5d553f2d1.gph bitreich.org 70 hAuthor: Ian Jones URL:mailto:ian@contractcoder.biz bitreich.org 70 iDate: Sat, 9 Oct 2021 19:41:33 +0100 Err bitreich.org 70 i Err bitreich.org 70 iDisable quicksuggest. Err bitreich.org 70 i Err bitreich.org 70 iSigned-off-by: Christoph Lohmann <20h@r-36.net> Err bitreich.org 70 i Err bitreich.org 70 iDiffstat: Err bitreich.org 70 i M firefox/user.js | 3 +++ Err bitreich.org 70 i Err bitreich.org 70 i1 file changed, 3 insertions(+), 0 deletions(-) Err bitreich.org 70 i--- Err bitreich.org 70 1diff --git a/firefox/user.js b/firefox/user.js /scm/privacy-haters/file/firefox/user.js.gph bitreich.org 70 i@@ -158,6 +158,8 @@ user_pref("browser.urlbar.suggest.bookmark", false); Err bitreich.org 70 i user_pref("browser.urlbar.suggest.history", false); Err bitreich.org 70 i user_pref("browser.urlbar.suggest.openpage", false); Err bitreich.org 70 i user_pref("browser.urlbar.suggest.searches", false); Err bitreich.org 70 i+user_pref("browser.urlbar.suggest.quicksuggest", false); Err bitreich.org 70 i+user_pref("browser.urlbar.suggest.quicksuggest.sponsored", false); Err bitreich.org 70 i user_pref("browser.urlbar.trimURLs", false); Err bitreich.org 70 i user_pref("browser.urlbar.update1", false); Err bitreich.org 70 i user_pref("browser.urlbar.update1.interventions", false); Err bitreich.org 70 i@@ -165,6 +167,7 @@ user_pref("browser.urlbar.update1.searchTips", false); Err bitreich.org 70 i user_pref("browser.urlbar.update1.view.stripHttps", false); Err bitreich.org 70 i user_pref("browser.urlbar.update2.expandTextOnFocus", false); Err bitreich.org 70 i user_pref("browser.urlbar.usepreloadedtopurls.enabled", false); Err bitreich.org 70 i+user_pref("browser.urlbar.quicksuggest.enabled", false); Err bitreich.org 70 i user_pref("browser.xr.warning.infoURL", "about:config"); Err bitreich.org 70 i user_pref("captivedetect.maxRetryCount", 0); Err bitreich.org 70 i user_pref("captivedetect.canonicalURL", "about:config"); Err bitreich.org 70 .