summaryrefslogtreecommitdiff
path: root/libre-testing/icecat/vendor.js
diff options
context:
space:
mode:
authorIsaac David <isacdaavid@isacdaavid.info>2016-04-29 12:11:19 -0500
committerIsaac David <isacdaavid@isacdaavid.info>2016-04-29 12:11:19 -0500
commit779bb403662231d81cc7602836723cdbb74e03f6 (patch)
tree9ac9f3433f4ddde800f34b915c6f95fa2c719f9b /libre-testing/icecat/vendor.js
parent1dbbbd3958d3d19f625797dd4b2d2522ee6d974c (diff)
downloadabslibre-779bb403662231d81cc7602836723cdbb74e03f6.tar.gz
abslibre-779bb403662231d81cc7602836723cdbb74e03f6.tar.bz2
abslibre-779bb403662231d81cc7602836723cdbb74e03f6.zip
libre-testing/icecat: remove package
Diffstat (limited to 'libre-testing/icecat/vendor.js')
-rw-r--r--libre-testing/icecat/vendor.js28
1 files changed, 0 insertions, 28 deletions
diff --git a/libre-testing/icecat/vendor.js b/libre-testing/icecat/vendor.js
deleted file mode 100644
index 32fddb8db..000000000
--- a/libre-testing/icecat/vendor.js
+++ /dev/null
@@ -1,28 +0,0 @@
-// 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);