mirror of
https://github.com/e107inc/e107.git
synced 2025-08-12 09:34:54 +02:00
Issue #4486 - iframe accepted attributes updated
This commit is contained in:
@@ -3386,7 +3386,7 @@ class e_parse
|
||||
'img' => array('src', 'alt', 'width', 'height'),
|
||||
'a' => array('href', 'target', 'rel'),
|
||||
'script' => array('type', 'src', 'language', 'async'),
|
||||
'iframe' => array('src', 'frameborder', 'width', 'height'),
|
||||
'iframe' => array('src', 'frameborder', 'width', 'height', 'allowfullscreen', 'allow'),
|
||||
'input' => array('type', 'name', 'value'),
|
||||
'form' => array('action', 'method', 'target'),
|
||||
'audio' => array('src', 'controls', 'autoplay', 'loop', 'muted', 'preload'),
|
||||
|
Reference in New Issue
Block a user