summaryrefslogtreecommitdiff
path: root/libre/icecat/vendor.js
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2014-10-21 18:44:23 -0200
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2014-10-21 18:44:23 -0200
commitbbca5e0d2098b8e140c78a7a1774a48cabdc79bf (patch)
tree29926d24bb2ea6753dcdb0224a8a37a557d2d4b1 /libre/icecat/vendor.js
parent888d92d920617851e7eb099c59f7b583f8e88636 (diff)
update icecat to 31.1.1
Diffstat (limited to 'libre/icecat/vendor.js')
-rw-r--r--libre/icecat/vendor.js21
1 files changed, 19 insertions, 2 deletions
diff --git a/libre/icecat/vendor.js b/libre/icecat/vendor.js
index 3d93cec01..5b384fff6 100644
--- a/libre/icecat/vendor.js
+++ b/libre/icecat/vendor.js
@@ -8,5 +8,22 @@ pref("browser.shell.checkDefaultBrowser", false);
pref("extensions.autoDisableScopes", 11);
pref("extensions.shownSelectionUI", true);
-// Disable Social API
-pref("social.remote-install.enabled", false);
+// Make sure that safebrowsing is disabled
+pref("browser.safebrowsing.enabled", false);
+pref("browser.safebrowsing.malware.enabled", false);
+
+// Disable missing nonfree flash notification
+pref("plugins.notifyMissingFlash", false);
+
+// 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 whitelisted and directory installs 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", "");