summaryrefslogtreecommitdiff
path: root/libre/iceweasel-libre/vendor.js
diff options
context:
space:
mode:
Diffstat (limited to 'libre/iceweasel-libre/vendor.js')
-rw-r--r--libre/iceweasel-libre/vendor.js9
1 files changed, 9 insertions, 0 deletions
diff --git a/libre/iceweasel-libre/vendor.js b/libre/iceweasel-libre/vendor.js
new file mode 100644
index 000000000..d8d606bc1
--- /dev/null
+++ b/libre/iceweasel-libre/vendor.js
@@ -0,0 +1,9 @@
+// Use LANG environment variable to choose locale
+pref("intl.locale.matchOS", true);
+
+// 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);