mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #02532
[Bug 708327] [NEW] Youtube embed code removed by htmlpurifier
Public bug reported:
The default embed code on youtube is now an iframe, which gets stripped
out by htmlpurifier. See
http://htmlpurifier.org/phorum/read.php?3,5255,5261
We may need to go back to the bad old days of custom htmlpurifier
filters.
We'd also need to allow iframes through from tinymce (add
"iframe[src|width|height|align|title|class|type|frameborder|allowfullscreen]"
or similar to extended_valid_elements)
** Affects: mahara
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
https://bugs.launchpad.net/bugs/708327
Title:
Youtube embed code removed by htmlpurifier
Status in Mahara ePortfolio:
New
Bug description:
The default embed code on youtube is now an iframe, which gets
stripped out by htmlpurifier. See
http://htmlpurifier.org/phorum/read.php?3,5255,5261
We may need to go back to the bad old days of custom htmlpurifier
filters.
We'd also need to allow iframes through from tinymce (add
"iframe[src|width|height|align|title|class|type|frameborder|allowfullscreen]"
or similar to extended_valid_elements)
Follow ups
References