Noscript is causing issues (specifically http://seattle.curbed.com/atom.xml).

This commit is contained in:
Samuel Clay 2015-10-23 16:29:35 -07:00
parent c72d0d4c06
commit da5c895eea

View file

@ -2365,7 +2365,7 @@ class _HTMLSanitizer(_BaseHTMLProcessor):
'p', 'pre', 'progress', 'q', 's', 'samp', 'section', 'select', 'p', 'pre', 'progress', 'q', 's', 'samp', 'section', 'select',
'small', 'sound', 'source', 'spacer', 'span', 'strike', 'strong', 'small', 'sound', 'source', 'spacer', 'span', 'strike', 'strong',
'sub', 'sup', 'table', 'tbody', 'td', 'textarea', 'time', 'tfoot', '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']) 'object', 'embed', 'iframe', 'param'])
acceptable_attributes = set(['abbr', 'accept', 'accept-charset', 'accesskey', acceptable_attributes = set(['abbr', 'accept', 'accept-charset', 'accesskey',