1 // Use LANG environment variable to choose locale
2 pref("intl.locale.requested", "");
4 // Use system-provided dictionaries
5 pref("spellchecker.dictionary_path", "/usr/share/hunspell");
7 // Disable default mailer checking
8 pref("mail.shell.checkDefaultMail", false);
10 // Don't disable our bundled extensions in the application directory
11 pref("extensions.autoDisableScopes", 11);
12 pref("extensions.shownSelectionUI", true);
15 pref("datareporting.healthreport.uploadEnabled", false);
16 pref("datareporting.policy.dataSubmissionEnabled", false);
17 pref("toolkit.telemetry.archive.enabled", false);