summaryrefslogtreecommitdiff
path: root/repo/thunderbird/vendor-prefs.js
diff options
context:
space:
mode:
Diffstat (limited to 'repo/thunderbird/vendor-prefs.js')
-rw-r--r--repo/thunderbird/vendor-prefs.js17
1 files changed, 0 insertions, 17 deletions
diff --git a/repo/thunderbird/vendor-prefs.js b/repo/thunderbird/vendor-prefs.js
deleted file mode 100644
index 5aeeb1b..0000000
--- a/repo/thunderbird/vendor-prefs.js
+++ /dev/null
@@ -1,17 +0,0 @@
-// Use LANG environment variable to choose locale
-pref("intl.locale.requested", "");
-
-// Use system-provided dictionaries
-pref("spellchecker.dictionary_path", "/usr/share/hunspell");
-
-// Disable default mailer checking.
-pref("mail.shell.checkDefaultMail", false);
-
-// Don't disable our bundled extensions in the application directory
-pref("extensions.autoDisableScopes", 11);
-pref("extensions.shownSelectionUI", true);
-
-// Disable telemetry
-pref("datareporting.healthreport.uploadEnabled", false);
-pref("datareporting.policy.dataSubmissionEnabled", false);
-pref("toolkit.telemetry.archive.enabled", false);