summaryrefslogtreecommitdiff
path: root/libre-testing/icecat/vendor.js
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-07-30 11:10:56 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-07-30 12:55:23 -0300
commit3dd8c876676fab917919883a6a2bf208ff31ca0f (patch)
tree459ef76437e0d93ecd0e050d79af0aaf35c11cf3 /libre-testing/icecat/vendor.js
parenta1e728fe78d646fa4523ff32ad9ce50320f0193b (diff)
downloadabslibre-3dd8c876676fab917919883a6a2bf208ff31ca0f.tar.gz
abslibre-3dd8c876676fab917919883a6a2bf208ff31ca0f.tar.bz2
abslibre-3dd8c876676fab917919883a6a2bf208ff31ca0f.zip
icecat-31.8.0_gnu1-4: add new revision to [libre-testing] to test if segfault persists with using system libraries except cairo and libvpx, it's based on AUR's IceCat version
Diffstat (limited to 'libre-testing/icecat/vendor.js')
-rw-r--r--libre-testing/icecat/vendor.js28
1 files changed, 28 insertions, 0 deletions
diff --git a/libre-testing/icecat/vendor.js b/libre-testing/icecat/vendor.js
new file mode 100644
index 000000000..32fddb8db
--- /dev/null
+++ b/libre-testing/icecat/vendor.js
@@ -0,0 +1,28 @@
+// 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);
+
+// Disable "alt" as a shortcut key to open full menu bar. Conflicts with "alt" as a modifier
+pref("ui.key.menuAccessKeyFocuses", false);
+
+// Make sure that Firefox Social stuff are empty
+pref("social.whitelist", "");
+pref("social.directories", "");
+
+// Disable the GeoLocation API for content
+pref("geo.enabled", false);
+
+// Make sure that the request URL of the GeoLocation backend is empty
+pref("geo.wifi.uri", "");
+
+// Disable the least secure encryption protocols
+pref("security.ssl3.ecdhe_ecdsa_rc4_128_sha", false);
+pref("security.ssl3.ecdhe_rsa_rc4_128_sha", false);
+pref("security.ssl3.rsa_rc4_128_md5", false);
+pref("security.ssl3.rsa_rc4_128_sha", false);