X-Git-Url: http://gitweb.michael.orlitzky.com/?p=firefox-user-prefs.git;a=blobdiff_plain;f=search;fp=search;h=2d284c60d2c95c9f2fbb9106edf2bc5a80e2c9bf;hp=0000000000000000000000000000000000000000;hb=e60476384a86c9ed5b0017d466bc98f5a05fd238;hpb=627d22256a9a7334af46858281c94d1b85c9e364 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);