fixed probs pointed out by Joxean Koret

This commit is contained in:
Ralf Becker 2004-08-23 18:18:56 +00:00
parent 1660dc3d2a
commit 287e0fc91c

View File

@ -1209,7 +1209,7 @@
}
else
{
if (preg_match('/<\/?script>/i',$val))
if (preg_match('/<\/?[^>]*(script|onabort|onblur|onchange|onclick|ondblclick|onerror|onfocus|onkeydown|onkeypress|onkeyup|onload|onmousedown|onmousemove|onmouseout|onmouseover|onmouseup|onreset|onselect|onsubmit|onunload|javascript)+[^>]*>/i',$val))
{
unset($var[$key]);
}