UserAgent

Shieldon\Firewall\Component\UserAgent

  • gibt zurück self
$agent = new \Shieldon\Firewall\Component\UserAgent();
$shieldon->setComponent($agent);

Standardkonfiguration in der Blacklist.

user-agent Beschreibung
domain Domainnamen-Informationssammler.
copyright Urheberrechts-Informationssammler.
Ahrefs Backlink-Informationssammler.
roger Backlink-Informationssammler (SEOMOZ).
moz SEOMOZ-Informationssammler.
MJ12bot Backlink-Informationssammler (Majestic).
findlinks Backlink-Informationssammler (findlinks).
Semrush Backlink-Informationssammler (Semrush).
archive Wayback-Maschine.

Strikter Modus

  • Besucher ohne User-Agent-Informationen werden blockiert.
$agent->setStrict(true);