fix: add iframe tag to acceptable elements
This commit is contained in:
parent
736fc85176
commit
05d255f976
1 changed files with 1 additions and 1 deletions
|
|
@ -117,7 +117,7 @@ acceptable_elements = [
|
|||
'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'
|
||||
'th', 'thead', 'tr', 'tt', 'u', 'ul', 'var', 'video', 'iframe'
|
||||
]
|
||||
|
||||
mathml_elements = [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue