Skip to content

Commit 0e92883

Browse files
committed
catch another JS event
1 parent e963bf6 commit 0e92883

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

public_html/lists/admin/inc/magic_quotes.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ function removeXss($string)
5050
function disableJavascript($content) {
5151
## disallow Javascript
5252
$content = str_ireplace('<script','< script',$content);
53+
$content = str_ireplace('onmouseenter','on mouse enter',$content);
5354
$content = str_ireplace('onmouseover','on mouse over',$content);
5455
$content = str_ireplace('onmouseout','on mouse out',$content);
5556
$content = str_ireplace('onmousemove','on mouse move',$content);

0 commit comments

Comments
 (0)