mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Allow looped twitter video.
This commit is contained in:
parent
77ba037fa7
commit
99624c146e
1 changed files with 1 additions and 1 deletions
|
@ -2390,7 +2390,7 @@ class _HTMLSanitizer(_BaseHTMLProcessor):
|
|||
'template', 'title', 'toppadding', 'type', 'unselectable', 'usemap',
|
||||
'urn', 'valign', 'value', 'variable', 'volume', 'vspace', 'vrml',
|
||||
'width', 'wrap', 'xml:lang',
|
||||
'allowfullscreen', 'autoplay', 'muted', 'playsinline'])
|
||||
'allowfullscreen', 'autoplay', 'muted', 'loop', 'playsinline'])
|
||||
|
||||
unacceptable_elements_with_end_tag = set(['script', 'applet', 'style'])
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue