[Pkg-privacy-commits] [torbirdy] 26/53: Disable HTML for RSS feeds
Ulrike Uhlig
u-guest at moszumanska.debian.org
Sat Jul 2 20:08:06 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 174cd106b9708d22c9825d6611b13d1f22d7397a
Author: Sukhbir Singh <sukhbir at torproject.org>
Date: Wed May 11 15:34:48 2016 -0400
Disable HTML for RSS feeds
---
components/torbirdy.js | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/components/torbirdy.js b/components/torbirdy.js
index 4f83513..2740c64 100644
--- a/components/torbirdy.js
+++ b/components/torbirdy.js
@@ -231,8 +231,11 @@ const TorBirdyPrefs = {
// Force GnuPG to use SHA512.
"extensions.enigmail.mimeHashAlgorithm": 5,
- // Prefer plain text for RSS.
+ // RSS.
"rss.display.prefer_plaintext": true,
+ // These are similar to the mailnews.* settings.
+ "rss.display.disallow_mime_handlers": 3,
+ "rss.display.html_as": 1,
// Override the user agent by setting it to an empty string.
"general.useragent.override": "",
--
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