diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2022-11-19 11:26:37 +0000 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2022-11-19 11:26:37 +0000 |
| commit | 7fa18cfdad1985939b9339a38adfaf62175c47de (patch) | |
| tree | 0c131815aaa83f4c8755c3581c1ec66b667812df /app | |
| parent | 0f549ad4e921b1b8869c471c431f403601a61783 (diff) | |
| download | webtrees-7fa18cfdad1985939b9339a38adfaf62175c47de.tar.gz webtrees-7fa18cfdad1985939b9339a38adfaf62175c47de.tar.bz2 webtrees-7fa18cfdad1985939b9339a38adfaf62175c47de.zip | |
Block Amazonbot until it learns to play by the rules
Diffstat (limited to 'app')
| -rw-r--r-- | app/Http/Middleware/BadBotBlocker.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Http/Middleware/BadBotBlocker.php b/app/Http/Middleware/BadBotBlocker.php index 42ce281421..6da8753f5f 100644 --- a/app/Http/Middleware/BadBotBlocker.php +++ b/app/Http/Middleware/BadBotBlocker.php @@ -60,6 +60,7 @@ class BadBotBlocker implements MiddlewareInterface 'admantx', 'Adsbot', 'AhrefsBot', + 'Amazonbot', // Until it understands crawl-delay and noindex / nofollow 'AspiegelBot', 'Barkrowler', 'BLEXBot', |
