diff options
| author | Sukhbir Singh <sukhbir@torproject.org> | 2017-06-15 18:58:09 -0400 |
|---|---|---|
| committer | Sukhbir Singh <sukhbir@torproject.org> | 2017-06-15 18:58:09 -0400 |
| commit | 7b58fc6e1819d53a5a04299f7a6b58810db85b08 (patch) | |
| tree | 5a924df8da830e07846d336b62978ea2722e1a63 | |
| parent | 68be0d64f5a2655231ab896d6a56beb9c32a3e4f (diff) | |
Disable Google Safe Browsing (#22567)
| -rw-r--r-- | components/torbirdy.js | 4 |
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. |
