mirror of
https://github.com/e107inc/e107.git
synced 2025-08-18 04:12:00 +02:00
Issue #4486 - iframe accepted attributes updated
This commit is contained in:
@@ -1785,16 +1785,18 @@ while($row = $sql->fetch())
|
||||
),
|
||||
'iframe' =>
|
||||
array (
|
||||
0 => 'src',
|
||||
1 => 'frameborder',
|
||||
2 => 'width',
|
||||
3 => 'height',
|
||||
4 => 'id',
|
||||
5 => 'style',
|
||||
6 => 'class',
|
||||
7 => 'title',
|
||||
8 => 'lang',
|
||||
9 => 'accesskey',
|
||||
'src',
|
||||
'frameborder',
|
||||
'width',
|
||||
'height',
|
||||
'allowfullscreen',
|
||||
'allow',
|
||||
'id',
|
||||
'style',
|
||||
'class',
|
||||
'title',
|
||||
'lang',
|
||||
'accesskey',
|
||||
),
|
||||
'input' =>
|
||||
array (
|
||||
|
Reference in New Issue
Block a user