[tor-commits] [torbirdy/master] Bug 20750, 20644: Ensure RSS feeds are displayed as plain text

sukhbir at torproject.org sukhbir at torproject.org
Thu Nov 24 16:14:00 UTC 2016


commit 1ee985b6d113780c0cfc0501ece56ca99e98a350
Author: Sukhbir Singh <sukhbir at torproject.org>
Date:   Thu Nov 24 01:30:13 2016 -0500

    Bug 20750, 20644: Ensure RSS feeds are displayed as plain text
---
 components/torbirdy.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/components/torbirdy.js b/components/torbirdy.js
index 6d6bd23..41baf5f 100644
--- a/components/torbirdy.js
+++ b/components/torbirdy.js
@@ -320,6 +320,7 @@ var TorBirdyPrefs = {
   // These are similar to the mailnews.* settings.
   "rss.display.disallow_mime_handlers": 3,
   "rss.display.html_as": 1,
+  "rss.show.content-base": 1,
 
   // Override the user agent by setting it to an empty string.
   "general.useragent.override": "",





More information about the tor-commits mailing list