[tor-commits] [torbirdy/master] Disable Google Safe Browsing (#22567)

sukhbir at torproject.org sukhbir at torproject.org
Thu Jun 15 22:58:28 UTC 2017


commit 7b58fc6e1819d53a5a04299f7a6b58810db85b08
Author: Sukhbir Singh <sukhbir at 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.



More information about the tor-commits mailing list