mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2024-11-10 15:48:42 +00:00
9 lines
249 B
Plaintext
9 lines
249 B
Plaintext
|
--INI--
|
||
|
HTML.Trusted = true
|
||
|
--HTML--
|
||
|
<script type="text/javascript">alert("<This is compatible with XHTML>");</script>
|
||
|
--EXPECT--
|
||
|
<script type="text/javascript"><!--//--><![CDATA[//><!--
|
||
|
alert("<This is compatible with XHTML>");
|
||
|
//--><!]]></script>
|