summaryrefslogtreecommitdiff
path: root/libre/icedove/vendor.js
diff options
context:
space:
mode:
Diffstat (limited to 'libre/icedove/vendor.js')
-rw-r--r--libre/icedove/vendor.js23
1 files changed, 0 insertions, 23 deletions
diff --git a/libre/icedove/vendor.js b/libre/icedove/vendor.js
deleted file mode 100644
index 2da68d2bb..000000000
--- a/libre/icedove/vendor.js
+++ /dev/null
@@ -1,23 +0,0 @@
-// Use LANG environment variable to choose locale
-pref("intl.locale.matchOS", true);
-
-// 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 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);
-
-// Pointing the "Help -> What's new" menu entry to mozilla.debian.net
-pref("mailnews.start_page.override_url", "http://wiki.debian.org/Icedove/WhatsNew45");