mirror of
https://git.lolcat.ca/lolcat/4get.git
synced 2025-07-23 14:40:53 -04:00
captcha and imgur, findthatmeme, yep imagesearch
This commit is contained in:
parent
fa9dc4d6ef
commit
3aa0180774
26 changed files with 1710 additions and 63 deletions
|
@ -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){
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue