]> gitweb.michael.orlitzky.com - firefox-user-prefs.git/blob - search
makefile: sort SRCS alphabetically
[firefox-user-prefs.git] / search
1 /* Search settings */
2
3 /* Don't search from the URL bar.
4 *
5 * This is an information disclosure; making a typo in a URL is not a
6 * valid reason to tell Google where I was trying to go.
7 *
8 * References:
9 *
10 * 1. https://kb.mozillazine.org/Keyword.enabled
11 */
12 user_pref("keyword.enabled", false);