summaryrefslogtreecommitdiff
path: root/libre/iceweasel/vendor.js
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-02-20 21:10:51 -0200
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-02-20 21:10:51 -0200
commit5d3c3fa81030a83995f063940cfb189c5d6100fe (patch)
tree41234c6065bed4c609eb1ef0eb19dcf08c6f5195 /libre/iceweasel/vendor.js
parent136908718ff520e76ff5fd2d3cd4a304b6036be4 (diff)
iceweasel-1:35.0.1.deb1-2: fix https://labs.parabola.nu/issues/645 and https://labs.parabola.nu/issues/677
Diffstat (limited to 'libre/iceweasel/vendor.js')
-rw-r--r--libre/iceweasel/vendor.js20
1 files changed, 19 insertions, 1 deletions
diff --git a/libre/iceweasel/vendor.js b/libre/iceweasel/vendor.js
index 430f41604..5af1e8c22 100644
--- a/libre/iceweasel/vendor.js
+++ b/libre/iceweasel/vendor.js
@@ -22,9 +22,10 @@ pref("ui.key.menuAccessKeyFocuses", false);
pref("social.remote-install.enabled", false);
pref("social.toast-notifications.enabled", false);
-// Make sure that whitelisted and directory installs are empty
+// Make sure that whitelisted, directory installs and sharing directory are empty
pref("social.whitelist", "");
pref("social.directories", "");
+pref("social.shareDirectory", "");
// Disable the GeoLocation API for content
pref("geo.enabled", false);
@@ -47,3 +48,20 @@ 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);
+
+// Disable Firefox Hello and make sure that the request URLs of the Firefox Hello are empty
+pref("loop.enabled", false);
+pref("loop.feedback.baseUrl", "");
+pref("loop.gettingStarted.url", "");
+pref("loop.learnMoreUrl", "");
+pref("loop.legal.ToS_url", "");
+pref("loop.legal.privacy_url", "");
+pref("loop.oauth.google.redirect_uri", "");
+pref("loop.oauth.google.scope", "");
+pref("loop.server", "");
+pref("loop.soft_start_hostname", "");
+pref("loop.support_url", "");
+pref("loop.throttled2", false);
+
+// Make sure that the request URL of the Discover Apps is empty
+pref("browser.apps.URL", "");