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

15 Jun
2017
15 Jun
'17
10:58 p.m.
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.
2945
Age (days ago)
2945
Last active (days ago)
0 comments
1 participants
participants (1)
-
sukhbir@torproject.org