captcha and imgur, findthatmeme, yep imagesearch

This commit is contained in:
lolcat 2023-10-16 02:30:43 -04:00
parent fa9dc4d6ef
commit 3aa0180774
26 changed files with 1710 additions and 63 deletions

View file

@ -127,6 +127,11 @@ class proxy{
throw new Exception("Too many redirects");
}
if($url == "https://i.imgur.com/removed.png"){
throw new Exception("Encountered imgur 404");
}
// sanitize URL
if($this->validateurl($url) === false){