diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2021-02-03 21:28:44 +0000 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2021-02-03 21:28:44 +0000 |
| commit | be5f8e6afb39b4963e2f232887bfa10cccf67361 (patch) | |
| tree | a5c3a9ec8cb409e15f8b2205fa7e326d16a08400 /app | |
| parent | afc2731739d8fb834de377553c3f9b7681365bcc (diff) | |
| download | webtrees-be5f8e6afb39b4963e2f232887bfa10cccf67361.tar.gz webtrees-be5f8e6afb39b4963e2f232887bfa10cccf67361.tar.bz2 webtrees-be5f8e6afb39b4963e2f232887bfa10cccf67361.zip | |
Bad bots
Diffstat (limited to 'app')
| -rw-r--r-- | app/Http/Middleware/BadBotBlocker.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/Http/Middleware/BadBotBlocker.php b/app/Http/Middleware/BadBotBlocker.php index 4e9644558f..a6895097eb 100644 --- a/app/Http/Middleware/BadBotBlocker.php +++ b/app/Http/Middleware/BadBotBlocker.php @@ -54,6 +54,7 @@ class BadBotBlocker implements MiddlewareInterface // Bad robots - SEO optimisers, advertisers, etc private const BAD_ROBOTS = [ 'admantx', + 'Adsbot', 'AhrefsBot', 'AspiegelBot', 'DotBot', @@ -61,8 +62,10 @@ class BadBotBlocker implements MiddlewareInterface 'ia_archiver', 'MJ12bot', 'panscient', + 'PetalBot', 'proximic', 'SemrushBot', + 'Turnitin', 'XoviBot', ]; |
