diff --git a/i.php b/i.php index c60e5ba54..9b2494649 100644 --- a/i.php +++ b/i.php @@ -246,10 +246,6 @@ function parse_request() ierror('Invalid crop', 400); } $greatest = ImageStdParams::get_by_type(IMG_XXLARGE); - if ($params->max_width() > $greatest->max_width() || $params->max_height() > $greatest->max_height()) - { - ierror('Too big', 403); - } $key = array(); $params->add_url_tokens($key);