summaryrefslogtreecommitdiff
path: root/nonprism/icedove/vendor.js
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-09-11 10:50:22 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-09-11 10:51:29 -0300
commit52557cdc52011f4e74656dc011b78319d019f899 (patch)
treeb406b190909b87b419dace65b38ff6f91cbe3f80 /nonprism/icedove/vendor.js
parent5e0af3574e1098abd2099834d86214d2fc262d07 (diff)
icedove-1:31.0.deb3-2{,.nonprism1}: 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 'nonprism/icedove/vendor.js')
-rw-r--r--nonprism/icedove/vendor.js11
1 files changed, 11 insertions, 0 deletions
diff --git a/nonprism/icedove/vendor.js b/nonprism/icedove/vendor.js
index 170b505a8..05cce3d61 100644
--- a/nonprism/icedove/vendor.js
+++ b/nonprism/icedove/vendor.js
@@ -7,3 +7,14 @@ pref("mail.shell.checkDefaultMail", false);
// Don't disable our bundled extensions in the application directory
pref("extensions.autoDisableScopes", 11);
pref("extensions.shownSelectionUI", true);
+
+// 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);