summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSukhbir Singh <sukhbir@torproject.org>2017-06-15 18:58:09 -0400
committerSukhbir Singh <sukhbir@torproject.org>2017-06-15 18:58:09 -0400
commit7b58fc6e1819d53a5a04299f7a6b58810db85b08 (patch)
tree5a924df8da830e07846d336b62978ea2722e1a63
parent68be0d64f5a2655231ab896d6a56beb9c32a3e4f (diff)
Disable Google Safe Browsing (#22567)
-rw-r--r--components/torbirdy.js4
1 files changed, 4 insertions, 0 deletions
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.