fix: add iframe tag to acceptable elements

This commit is contained in:
Rucha Mahabal 2019-11-06 16:27:07 +05:30
parent 736fc85176
commit 05d255f976

View file

@ -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 = [