2013-10-28 16:48:07 -07:00
|
|
|
--SKIPIF--
|
|
|
|
return !function_exists('hash_hmac');
|
2008-07-05 02:34:19 -04:00
|
|
|
--INI--
|
|
|
|
URI.Munge = "/redirect?s=%s&t=%t&r=%r&n=%n&m=%m&p=%p"
|
|
|
|
URI.MungeSecretKey = "foo"
|
|
|
|
URI.MungeResources = true
|
|
|
|
--HTML--
|
|
|
|
<a href="http://example.com">Link</a>
|
|
|
|
<img src="http://example.com" style="background-image:url(http://example.com);" alt="example.com" />
|
|
|
|
--EXPECT--
|
2013-09-13 21:16:50 -07:00
|
|
|
<a href="/redirect?s=http%3A%2F%2Fexample.com&t=c763c4a30204eee8470a3292e0f0cd91a639654d039d45f1495a50207847e954&r=&n=a&m=href&p=">Link</a>
|
|
|
|
<img src="/redirect?s=http%3A%2F%2Fexample.com&t=c763c4a30204eee8470a3292e0f0cd91a639654d039d45f1495a50207847e954&r=1&n=img&m=src&p=" style="background-image:url("/redirect?s=http%3A%2F%2Fexample.com&t=c763c4a30204eee8470a3292e0f0cd91a639654d039d45f1495a50207847e954&r=1&n=img&m=style&p=background-image");" alt="example.com" />
|
2008-12-06 04:24:59 -05:00
|
|
|
--# vim: et sw=4 sts=4
|