Shieldon\Firewall\Component\TrustedBot
self
$robot = new \Shieldon\Firewall\Component\TrustedBot();
$shieldon->setComponent($robot);
Impostazione predefinita nella whitelist.
nome | Rdns |
---|---|
.googlebot.com | |
.google.com | |
live | .live.com |
msn | .msn.com |
ask | .ask.com |
bing | .bing.com |
inktomisearch | .inktomisearch.com |
yahoo | .yahoo.com |
yahoo | .yahoo.net |
yandex | .yandex.com |
yandex | .yandex.ru |
w3 | .w3.org |
$bool
)$bool
Imposta true per abilitare la modalità rigorosa, false per disabilitarla.void
Esempio:
$robot->setStrict(true);
bool
Esempio:
$result = $robot->isAllowed();
(deprecato)
bool
Esempio:
$result = $robot->isGoogle();
bool
Esempio:
$result = $robot->isYahoo();
bool
Esempio:
$result = $robot->isBing();
$userAgent
, $rdns
)string
$userAgent -
Parte della stringa dell'User-Agentstring
$rdns -
Hostname risolto dall'IP.void
Esempio:
$robot->addItem('google', '.googlebot.com');
Esempio:
$robot->setStrict(true);