From 5e0af3574e1098abd2099834d86214d2fc262d07 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Thu, 11 Sep 2014 10:40:40 -0300 Subject: 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 --- libre/iceweasel/vendor.js | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'libre/iceweasel/vendor.js') 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", ""); -- cgit v1.2.3