[tor-commits] [tor-browser/tor-browser-52.1.0esr-7.0-2] Bug 13612: Disable Social API

gk at torproject.org gk at torproject.org
Fri May 12 07:13:55 UTC 2017


commit bd30c7b878b8c4a3a033db65f1f6dbfa46f543d4
Author: Arthur Edelstein <arthuredelstein at gmail.com>
Date:   Thu May 11 15:13:36 2017 -0700

    Bug 13612: Disable Social API
---
 browser/app/profile/000-tor-browser.js | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/browser/app/profile/000-tor-browser.js b/browser/app/profile/000-tor-browser.js
index d422694..b8c3f41 100644
--- a/browser/app/profile/000-tor-browser.js
+++ b/browser/app/profile/000-tor-browser.js
@@ -107,6 +107,14 @@ pref("browser.pocket.api", "");
 pref("browser.pocket.site", "");
 pref("network.http.referer.hideOnionSource", true);
 
+// Disable Social API and related stuff (Bug #13612)
+pref("social.directories", "");
+pref("social.remote-install.enabled", false);
+pref("social.share.activationPanelEnabled", false);
+pref("social.shareDirectory", "");
+pref("social.toast-notifications.enabled", false);
+pref("social.whitelist", "");
+
 // Fingerprinting
 pref("webgl.min_capability_mode", true);
 pref("webgl.disable-extensions", true);



More information about the tor-commits mailing list