]> gitweb.michael.orlitzky.com - firefox-user-prefs.git/commitdiff
search: disable search suggestions globally
authorMichael Orlitzky <michael@orlitzky.com>
Sat, 28 Feb 2026 17:53:13 +0000 (12:53 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Sat, 28 Feb 2026 17:53:13 +0000 (12:53 -0500)
search

diff --git a/search b/search
index 2d284c60d2c95c9f2fbb9106edf2bc5a80e2c9bf..62219130c46ea66b8fec1c27c3b18d30df316db9 100644 (file)
--- a/search
+++ b/search
  * 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);