summaryrefslogtreecommitdiff
path: root/libre/iceweasel/vendor.js
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-09-11 10:40:40 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-09-11 10:40:40 -0300
commit5e0af3574e1098abd2099834d86214d2fc262d07 (patch)
tree9c3d77dee2b318f207c865cf725a86bc19b713f3 /libre/iceweasel/vendor.js
parent50eb7157102ee472da3c0d0c1497da61d52aab11 (diff)
iceweasel-1:32.0.deb1-2: revert changes related to Social and GeoLocation removal on libre.patch and put them on vendor.js to disable and keep empty the preferences -> https://lists.parabolagnulinux.org/pipermail/dev/2014-September/002352.html
Diffstat (limited to 'libre/iceweasel/vendor.js')
-rw-r--r--libre/iceweasel/vendor.js14
1 files changed, 14 insertions, 0 deletions
diff --git a/libre/iceweasel/vendor.js b/libre/iceweasel/vendor.js
index 78b5eeb45..31f092cd7 100644
--- a/libre/iceweasel/vendor.js
+++ b/libre/iceweasel/vendor.js
@@ -20,3 +20,17 @@ 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);
+
+// Disable Social API for content
+pref("social.remote-install.enabled", false);
+pref("social.toast-notifications.enabled", 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", "");