2023-04-25 13:13:40 +02:00

9 lines
429 B
Plaintext
Executable File

--INI--
HTML.SafeIframe = true
URI.SafeIframeRegexp = "%^https://www.youtube.com/embed/%"
--HTML--
<iframe title="YouTube video player" width="480" height="390" src="https://www.youtube.com/embed/RVtEQxH7PWA" frameborder="0" allowfullscreen></iframe>
--EXPECT--
<iframe title="YouTube video player" width="480" height="390" src="https://www.youtube.com/embed/RVtEQxH7PWA" frameborder="0"></iframe>
--# vim: et sw=4 sts=4