The legacy proxy functionality is removed

This commit is contained in:
Michael 2024-04-15 18:58:02 +00:00
parent c30e4c02de
commit 0e79b5373b
9 changed files with 324 additions and 618 deletions

View file

@ -317,7 +317,7 @@ class BBCode
} elseif ($uriid > 0) {
return Post\Link::getByLink($uriid, $image, $size);
} else {
return Proxy::proxifyUrl($image, $size);
return $image;
}
}