From: Michael Orlitzky Date: Thu, 9 Nov 2023 00:48:29 +0000 (-0500) Subject: search: new file; disable automatic search from the URL bar X-Git-Url: http://gitweb.michael.orlitzky.com/?p=firefox-user-prefs.git;a=commitdiff_plain;h=e60476384a86c9ed5b0017d466bc98f5a05fd238 search: new file; disable automatic search from the URL bar --- diff --git a/search b/search new file mode 100644 index 0000000..2d284c6 --- /dev/null +++ b/search @@ -0,0 +1,12 @@ +/* Search settings */ + +/* Don't search from the URL bar. + * + * This is an information disclosure; making a typo in a URL is not a + * valid reason to tell Google where I was trying to go. + * + * References: + * + * 1. https://kb.mozillazine.org/Keyword.enabled + */ +user_pref("keyword.enabled", false);