add TinyTestBot to bot block list

This commit is contained in:
staticsafe 2021-06-29 14:32:51 -04:00
parent 32e5b1396a
commit d38daabc0c
1 changed files with 1 additions and 1 deletions

View File

@ -99,6 +99,6 @@
- ssl_session_tickets off
nginx_snippets:
blockbots:
- if ($http_user_agent ~* (LanaiBotmarch|lanaibot) ) {
- if ($http_user_agent ~* (LanaiBotmarch|lanaibot|TinyTestBot) ) {
return 403;
}