diff options
| author | Sukhbir Singh <sukhbir@torproject.org> | 2016-11-24 01:30:13 -0500 |
|---|---|---|
| committer | Sukhbir Singh <sukhbir@torproject.org> | 2016-11-24 01:34:30 -0500 |
| commit | 1ee985b6d113780c0cfc0501ece56ca99e98a350 (patch) | |
| tree | f87f900856bc70af033b70bcac58db74e5bc7643 | |
| parent | 3f4e39cf5a7857fca25795c1b30e0a67a12a69e3 (diff) | |
Bug 20750, 20644: Ensure RSS feeds are displayed as plain text
| -rw-r--r-- | components/torbirdy.js | 1 |
1 files changed, 1 insertions, 0 deletions
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": "", |
