commit 174cd106b9708d22c9825d6611b13d1f22d7397a Author: Sukhbir Singh sukhbir@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": "",
tor-commits@lists.torproject.org