diff --git a/e107_handlers/e107_class.php b/e107_handlers/e107_class.php index 738bc9667..410e957d5 100644 --- a/e107_handlers/e107_class.php +++ b/e107_handlers/e107_class.php @@ -3388,7 +3388,7 @@ class e107 exit(); } - $regex = "/(wget |curl -o |fetch |lwp-download|onmouse)/i"; + $regex = "/(wget |curl -o |lwp-download|onmouse)/i"; if(preg_match($regex,$input)) { header('HTTP/1.0 400 Bad Request', true, 400);