summaryrefslogtreecommitdiff
path: root/~emulatorman/icecat/vendor.js
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-01-17 18:41:43 -0200
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-01-17 18:41:43 -0200
commitaeb81933f22181e922a0fa91feb27da923d703bc (patch)
treed369c7c92cc981aa47070d52dca712923f3356bc /~emulatorman/icecat/vendor.js
parentd2c8976a6f2f4da940e0fd4cee7d6ca403221661 (diff)
backing mozilla and ice packs files
Diffstat (limited to '~emulatorman/icecat/vendor.js')
-rw-r--r--~emulatorman/icecat/vendor.js13
1 files changed, 13 insertions, 0 deletions
diff --git a/~emulatorman/icecat/vendor.js b/~emulatorman/icecat/vendor.js
new file mode 100644
index 000000000..3fbf3d7b7
--- /dev/null
+++ b/~emulatorman/icecat/vendor.js
@@ -0,0 +1,13 @@
+// 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);
+
+// Make sure that safebrowsing is disabled
+pref("browser.safebrowsing.enabled", false);
+pref("browser.safebrowsing.malware.enabled", false);