summaryrefslogtreecommitdiff
path: root/mozilla-testing/icecat/vendor.js
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2011-12-30 03:22:37 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2011-12-30 03:22:37 -0500
commit0fa76acd2cfbd10330a48eaf9d2a7cd0ecba3be3 (patch)
tree278516d2bbcc20c9b540fbf5dd2e0c200af7b513 /mozilla-testing/icecat/vendor.js
parent991d5dafc518718b98548f34cf4f564e32214885 (diff)
downloadabslibre-0fa76acd2cfbd10330a48eaf9d2a7cd0ecba3be3.tar.gz
abslibre-0fa76acd2cfbd10330a48eaf9d2a7cd0ecba3be3.tar.bz2
abslibre-0fa76acd2cfbd10330a48eaf9d2a7cd0ecba3be3.zip
Pull in changes from Arch Firefox into our Icecat.
Diffstat (limited to 'mozilla-testing/icecat/vendor.js')
-rw-r--r--mozilla-testing/icecat/vendor.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/mozilla-testing/icecat/vendor.js b/mozilla-testing/icecat/vendor.js
new file mode 100644
index 000000000..808d1b118
--- /dev/null
+++ b/mozilla-testing/icecat/vendor.js
@@ -0,0 +1,5 @@
+// Use LANG environment variable to choose locale
+pref("intl.locale.matchOS", true);
+
+// Disable default browser checking.
+pref("browser.shell.checkDefaultBrowser", false);