]> gitweb.michael.orlitzky.com - firefox-user-prefs.git/commitdiff
search: new file; disable automatic search from the URL bar
authorMichael Orlitzky <michael@orlitzky.com>
Thu, 9 Nov 2023 00:48:29 +0000 (19:48 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Thu, 9 Nov 2023 00:48:29 +0000 (19:48 -0500)
search [new file with mode: 0644]

diff --git a/search b/search
new file mode 100644 (file)
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);