commit 7b58fc6e1819d53a5a04299f7a6b58810db85b08 Author: Sukhbir Singh sukhbir@torproject.org Date: Thu Jun 15 18:58:09 2017 -0400
Disable Google Safe Browsing (#22567) --- components/torbirdy.js | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/components/torbirdy.js b/components/torbirdy.js index 1271ed9..1dd7cd1 100644 --- a/components/torbirdy.js +++ b/components/torbirdy.js @@ -316,6 +316,10 @@ var TorBirdyPrefs = { Other Settings */
+ // Disable Google Safe Browsing (#22567). + "browser.safebrowsing.enabled": false, + "browser.safebrowsing.malware.enabled": false, + // RSS. "rss.display.prefer_plaintext": true, // These are similar to the mailnews.* settings.
tor-commits@lists.torproject.org