From da5c895eeadbd83ca1902f298854cdef424afbe2 Mon Sep 17 00:00:00 2001 From: Samuel Clay Date: Fri, 23 Oct 2015 16:29:35 -0700 Subject: [PATCH] Noscript is causing issues (specifically http://seattle.curbed.com/atom.xml). --- utils/feedparser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/feedparser.py b/utils/feedparser.py index e8bc85987..92419bc4d 100644 --- a/utils/feedparser.py +++ b/utils/feedparser.py @@ -2365,7 +2365,7 @@ class _HTMLSanitizer(_BaseHTMLProcessor): 'p', 'pre', 'progress', 'q', 's', 'samp', 'section', 'select', 'small', 'sound', 'source', 'spacer', 'span', 'strike', 'strong', 'sub', 'sup', 'table', 'tbody', 'td', 'textarea', 'time', 'tfoot', - 'th', 'thead', 'tr', 'tt', 'u', 'ul', 'var', 'video', 'noscript', + 'th', 'thead', 'tr', 'tt', 'u', 'ul', 'var', 'video', 'object', 'embed', 'iframe', 'param']) acceptable_attributes = set(['abbr', 'accept', 'accept-charset', 'accesskey',