From: Michael Orlitzky Date: Sat, 28 Feb 2026 17:53:13 +0000 (-0500) Subject: search: disable search suggestions globally X-Git-Url: https://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=89f546222c07323c2ed7bf7594b4a16d76b2fbe4;p=firefox-user-prefs.git search: disable search suggestions globally --- diff --git a/search b/search index 2d284c6..6221913 100644 --- a/search +++ b/search @@ -10,3 +10,13 @@ * 1. https://kb.mozillazine.org/Keyword.enabled */ user_pref("keyword.enabled", false); + + +/* Disable search suggestions globally (even from the search bar). + * + * References: + * + * 1. https://firefox-source-docs.mozilla.org/browser/urlbar/preferences.html + * + */ +user_pref("browser.search.suggest.enabled", false);