diff options
Diffstat (limited to 'nonprism/icedove/vendor.js')
-rw-r--r-- | nonprism/icedove/vendor.js | 11 |
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); |