mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 17:21:39 +09:00
Fix "allow" attribute being removed from YouTube iframe code #2159
This commit is contained in:
parent
6afb32f652
commit
a609478db4
1 changed files with 1 additions and 0 deletions
|
|
@ -302,6 +302,7 @@ class HTMLFilter
|
|||
$def->addAttribute('img', 'srcset', 'Text');
|
||||
$def->addAttribute('img', 'data-file-srl', 'Number');
|
||||
$def->addAttribute('iframe', 'allowfullscreen', 'Bool');
|
||||
$def->addAttribute('iframe', 'allow', 'Text');
|
||||
|
||||
// Support contenteditable="false" (#1710)
|
||||
$def->addAttribute('div', 'contenteditable', 'Enum#false');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue