summaryrefslogtreecommitdiff
path: root/libre/icecat/vendor.js
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-12-03 14:21:36 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-12-04 01:12:54 -0300
commitb8c1a2f78a819a1b484cce6d2ba878db9e80fa2f (patch)
tree7d87d04cc040a31df1e91a76c280a24779487fd9 /libre/icecat/vendor.js
parentdafd37bb0307e11a5b55b719e9473da95862d7f8 (diff)
downloadabslibre-b8c1a2f78a819a1b484cce6d2ba878db9e80fa2f.tar.gz
abslibre-b8c1a2f78a819a1b484cce6d2ba878db9e80fa2f.tar.bz2
abslibre-b8c1a2f78a819a1b484cce6d2ba878db9e80fa2f.zip
icecat-45.5.1_gnu1-1: updating version
Diffstat (limited to 'libre/icecat/vendor.js')
-rw-r--r--libre/icecat/vendor.js28
1 files changed, 28 insertions, 0 deletions
diff --git a/libre/icecat/vendor.js b/libre/icecat/vendor.js
new file mode 100644
index 000000000..32fddb8db
--- /dev/null
+++ b/libre/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);