mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-27 09:09:04 +01:00
fixed probs pointed out by Joxean Koret
This commit is contained in:
parent
ec25319d61
commit
d7fc09daef
@ -1213,7 +1213,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]);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user