xb2016
Chevereto Member

\app\legacy\routes\image.php:83
has a judgment, but what if the link contains non-url encoded text?For example:
$image['url_viewer'] = 'https://demo.chevereto.com/image/ %E6%B5%8B%E8%AF%95';
get_current_url() = 'https://demo.chevereto.com/image/测试';
Maybe we can do a urldecode() on $image['url_viewer'].
\app\legacy\routes\album.php:84
has the same problem.