From 52557cdc52011f4e74656dc011b78319d019f899 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Thu, 11 Sep 2014 10:50:22 -0300 Subject: 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 --- nonprism/icedove/vendor.js | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'nonprism/icedove/vendor.js') 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); -- cgit v1.2.3