mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2024-11-13 08:48:41 +00:00
9 lines
574 B
Plaintext
9 lines
574 B
Plaintext
|
--INI--
|
||
|
HTML.SafeIframe = true
|
||
|
URI.SafeIframeRegexp = "%^http://maps.google.com/%"
|
||
|
--HTML--
|
||
|
<iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/?ie=UTF8&ll=37.0625,-95.677068&spn=24.455808,37.353516&z=4&output=embed"></iframe>
|
||
|
--EXPECT--
|
||
|
<iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/?ie=UTF8&ll=37.0625,-95.677068&spn=24.455808,37.353516&z=4&output=embed"></iframe>
|
||
|
--# vim: et sw=4 sts=4
|