[Pkg-privacy-commits] [torbirdy] 38/53: Prevent third-party images from loading
Ulrike Uhlig
u-guest at moszumanska.debian.org
Sat Jul 2 20:08:07 UTC 2016
This is an automated email from the git hooks/post-receive script.
u-guest pushed a commit to annotated tag 0.2.0
in repository torbirdy.
commit 7b5fd8c94ebdf81b6d0e8893a75aa64d48e4cf53
Author: Sukhbir Singh <sukhbir at torproject.org>
Date: Thu May 19 09:39:12 2016 -0400
Prevent third-party images from loading
In theory we can allow all images but in the context of Thunderbird, blocking
third-party images should be fine. Earlier we were blocking all images but
that isn't really required.
---
components/torbirdy.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/components/torbirdy.js b/components/torbirdy.js
index eb64df6..a113323 100644
--- a/components/torbirdy.js
+++ b/components/torbirdy.js
@@ -352,7 +352,7 @@ var TorBirdyPrefs = {
"gfx.downloadable_fonts.enabled": false,
// Disable remote images.
- "permissions.default.image": 2,
+ "permissions.default.image": 3,
/*
Finish
--
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