[Pkg-privacy-commits] [torbirdy] 05/17: Disable Google Safe Browsing (#22567)
Ulrike Uhlig
ulrike at moszumanska.debian.org
Mon Sep 11 15:28:14 UTC 2017
This is an automated email from the git hooks/post-receive script.
ulrike pushed a commit to branch master
in repository torbirdy.
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.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/torbirdy.git
More information about the Pkg-privacy-commits
mailing list