summarylogtreecommitdiffstats
path: root/vendor.js
diff options
context:
space:
mode:
Diffstat (limited to 'vendor.js')
-rw-r--r--vendor.js11
1 files changed, 9 insertions, 2 deletions
diff --git a/vendor.js b/vendor.js
index caa38c691d4d..170b505a8dcc 100644
--- a/vendor.js
+++ b/vendor.js
@@ -1,2 +1,9 @@
-// Disable update check
-pref("app.update.enabled", false);
+// 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);