mirror of
https://github.com/manualdousuario/marreta.git
synced 2026-04-29 20:10:24 +00:00
validação de regras e proxy
This commit is contained in:
parent
b283965299
commit
3e99e34fa7
8 changed files with 176 additions and 17 deletions
|
|
@ -113,4 +113,14 @@ class URLAnalyzerBase
|
|||
{
|
||||
return $this->rules->getDomainRules($domain);
|
||||
}
|
||||
|
||||
/**
|
||||
* Check if domain has specific rules
|
||||
* @param string $host The domain host to check
|
||||
* @return bool True if domain has custom rules, false otherwise
|
||||
*/
|
||||
protected function hasDomainRules($domain)
|
||||
{
|
||||
return $this->rules->hasDomainRules($domain);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue