summaryrefslogtreecommitdiff
path: root/libre-testing/icedove/vendor-prefs.js
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2021-11-12 16:57:33 -0500
committerbill-auger <mr.j.spam.me@gmail.com>2021-11-30 11:10:22 -0500
commitf9c7298ade2cb6168a564635783124176423b30f (patch)
tree964c642dcb756c55c77413133d2c42e4ac99b549 /libre-testing/icedove/vendor-prefs.js
parentebcba7f9e5b7e14c63fd0be4a8345352e711da0c (diff)
downloadabslibre-f9c7298ade2cb6168a564635783124176423b30f.tar.gz
abslibre-f9c7298ade2cb6168a564635783124176423b30f.tar.bz2
abslibre-f9c7298ade2cb6168a564635783124176423b30f.zip
[libre-testing/icedove]: add package
Diffstat (limited to 'libre-testing/icedove/vendor-prefs.js')
-rw-r--r--libre-testing/icedove/vendor-prefs.js32
1 files changed, 32 insertions, 0 deletions
diff --git a/libre-testing/icedove/vendor-prefs.js b/libre-testing/icedove/vendor-prefs.js
new file mode 100644
index 000000000..701c33e1c
--- /dev/null
+++ b/libre-testing/icedove/vendor-prefs.js
@@ -0,0 +1,32 @@
+// 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);
+
+// Disable Social API for content
+pref("social.remote-install.enabled", false);
+pref("social.toast-notifications.enabled", false);
+
+// Make sure that whitelisted and directory installs are empty
+pref("social.whitelist", "");
+pref("social.directories", "");
+
+// Disable the GeoLocation API for content
+pref("geo.enabled", false);
+
+// TODO: this "whats new" page should be in the branding package or abslibre
+// Pointing the "Help -> What's new" menu entry to mozilla.debian.net
+//pref("mailnews.start_page.override_url", "http://wiki.debian.org/Icedove/WhatsNew45");