detect brave rangebans

This commit is contained in:
2026-08-22 13:47:19 -04:00
parent 89b8be5147
commit 74665221c0

View File

@@ -1873,6 +1873,11 @@ class brave{
if(count($title) === 0){
if(strtolower($this->fuckhtml->getloadedhtml()) == "this service is not available in your region"){
throw new Exception("Brave rangebanned the IP range");
}
throw new Exception("Brave returned a malformed page");
}