aboutsummaryrefslogtreecommitdiffstats
path: root/community/firefox-esr/vendor-prefs.js
diff options
context:
space:
mode:
Diffstat (limited to 'community/firefox-esr/vendor-prefs.js')
-rw-r--r--community/firefox-esr/vendor-prefs.js12
1 files changed, 12 insertions, 0 deletions
diff --git a/community/firefox-esr/vendor-prefs.js b/community/firefox-esr/vendor-prefs.js
new file mode 100644
index 00000000000..3b750759eae
--- /dev/null
+++ b/community/firefox-esr/vendor-prefs.js
@@ -0,0 +1,12 @@
+// Use LANG environment variable to choose locale
+pref("intl.locale.requested", "");
+
+// Use system-provided dictionaries
+pref("spellchecker.dictionary_path", "/usr/share/hunspell");
+
+// Disable default browser checking.
+pref("browser.shell.checkDefaultBrowser", false);
+
+// Don't disable our bundled extensions in the application directory
+pref("extensions.autoDisableScopes", 11);
+pref("extensions.shownSelectionUI", true);