summaryrefslogtreecommitdiff
path: root/mozilla-testing/iceweasel-libre/vendor.js
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2011-12-30 04:53:17 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2011-12-30 04:53:17 -0500
commitc7939f2babc29899c41dfbad83b967b8f832ee85 (patch)
tree5f129d926312b37ea84bd4c41bdb3329c4cad504 /mozilla-testing/iceweasel-libre/vendor.js
parent6ca4fa12622a93820fa919667de8eb51c9188181 (diff)
Pull in changes from Arch Firefox to our Iceweasel
Diffstat (limited to 'mozilla-testing/iceweasel-libre/vendor.js')
-rw-r--r--mozilla-testing/iceweasel-libre/vendor.js9
1 files changed, 9 insertions, 0 deletions
diff --git a/mozilla-testing/iceweasel-libre/vendor.js b/mozilla-testing/iceweasel-libre/vendor.js
new file mode 100644
index 000000000..d8d606bc1
--- /dev/null
+++ b/mozilla-testing/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);