mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2024-12-22 16:31:53 +00:00
b5cbf0cc3d
Co-authored-by: Edward Z. Yang <ezyang@meta.com>
9 lines
398 B
Plaintext
9 lines
398 B
Plaintext
--INI--
|
|
HTML.SafeIframe = true
|
|
URI.SafeIframeHosts = www.youtube.com
|
|
--HTML--
|
|
<iframe title="YouTube video player" width="480" height="390" src="http://www.youtube.com/embed/RVtEQxH7PWA" frameborder="0" allowfullscreen></iframe>
|
|
--EXPECT--
|
|
<iframe title="YouTube video player" width="480" height="390" src="http://www.youtube.com/embed/RVtEQxH7PWA" frameborder="0"></iframe>
|
|
--# vim: et sw=4 sts=4
|