commit 72c1885e368f0544a66a68e3b8a16085cd40c323
Author: Alex Catarineu <[email protected]>
Date:   Wed Oct 9 18:52:28 2019 +0200

    fixup! TB4: Tor Browser's Firefox preference overrides.
    
    This fixes bug 31602.
---
 browser/app/profile/000-tor-browser.js | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/browser/app/profile/000-tor-browser.js 
b/browser/app/profile/000-tor-browser.js
index 93a661a894cb..84e35f570181 100644
--- a/browser/app/profile/000-tor-browser.js
+++ b/browser/app/profile/000-tor-browser.js
@@ -113,8 +113,9 @@ pref("browser.search.geoip.url", "");
 pref("browser.fixup.alternate.enabled", false); // Bug #16783: Prevent .onion 
fixups
 // Make sure there is no Tracking Protection active in Tor Browser, see: 
#17898.
 pref("privacy.trackingprotection.pbmode.enabled", false);
-// Disable the Pocket extension (Bug #18886)
+// Disable the Pocket extension (Bug #18886 and #31602)
 pref("browser.pocket.enabled", false);
+pref("extensions.pocket.enabled", false);
 pref("browser.pocket.api", "");
 pref("browser.pocket.site", "");
 pref("network.http.referer.hideOnionSource", true);

_______________________________________________
tor-commits mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to