skik/htmlpurifier-4.10.0/tests/HTMLPurifier/HTMLT/safe-object-embed.htmlt
2023-04-25 13:17:57 +02:00

9 lines
842 B
Plaintext
Executable File

--INI--
HTML.SafeObject = true
HTML.SafeEmbed = true
--HTML--
<object width="425" height="344"><param name="movie" value="https://www.youtube.com/v/Oq3FV_zdyy0&hl=en"></param><embed src="https://www.youtube.com/v/Oq3FV_zdyy0&hl=en" type="application/x-shockwave-flash" width="425" height="344"></embed></object>
--EXPECT--
<object width="425" height="344" data="https://www.youtube.com/v/Oq3FV_zdyy0&amp;hl=en" type="application/x-shockwave-flash"><param name="allowScriptAccess" value="never" /><param name="allowNetworking" value="internal" /><param name="movie" value="https://www.youtube.com/v/Oq3FV_zdyy0&amp;hl=en" /><embed src="https://www.youtube.com/v/Oq3FV_zdyy0&amp;hl=en" type="application/x-shockwave-flash" width="425" height="344" allowscriptaccess="never" allownetworking="internal" /></object>
--# vim: et sw=4 sts=4