first commit
This commit is contained in:
12
htmlpurifier-4.10.0/tests/HTMLPurifier/HTMLT/safe-object-embed-munge.htmlt
Executable file
12
htmlpurifier-4.10.0/tests/HTMLPurifier/HTMLT/safe-object-embed-munge.htmlt
Executable file
@ -0,0 +1,12 @@
|
||||
--SKIPIF--
|
||||
return !function_exists('hash_hmac');
|
||||
--INI--
|
||||
HTML.SafeObject = true
|
||||
HTML.SafeEmbed = true
|
||||
URI.Munge = "/redirect.php?url=%s&check=%t"
|
||||
URI.MungeSecretKey = "foo"
|
||||
--HTML--
|
||||
<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/Oq3FV_zdyy0&hl=en"></param><embed src="http://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="http://www.youtube.com/v/Oq3FV_zdyy0&hl=en" type="application/x-shockwave-flash"><param name="allowScriptAccess" value="never" /><param name="allowNetworking" value="internal" /><param name="movie" value="http://www.youtube.com/v/Oq3FV_zdyy0&hl=en" /><embed src="http://www.youtube.com/v/Oq3FV_zdyy0&hl=en" type="application/x-shockwave-flash" width="425" height="344" allowscriptaccess="never" allownetworking="internal" /></object>
|
||||
--# vim: et sw=4 sts=4
|
Reference in New Issue
Block a user