diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/default-prefs.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/default-prefs.js b/data/default-prefs.js index d44a86977..ad0e52402 100644 --- a/data/default-prefs.js +++ b/data/default-prefs.js @@ -25,8 +25,8 @@ pref("helpers.private_mailcap_file", ""); // use the mozilla defaults for mime.types files to let mozilla guess proper // Content-Type for file uploads instead of always falling back to // application/octet-stream -pref("helpers.global_mime_types_file", null); -pref("helpers.private_mime_types_file", null); +pref("helpers.global_mime_types_file", ""); +pref("helpers.private_mime_types_file", ""); // use google for keywords pref("keyword.URL", "http://www.google.com/search?ie=UTF-8&oe=UTF-8&q="); |