mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-04-13 09:42:01 +00:00
Noscript is causing issues (specifically http://seattle.curbed.com/atom.xml).
This commit is contained in:
parent
c72d0d4c06
commit
da5c895eea
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||||
|
|
Loading…
Add table
Reference in a new issue