add TinyBotTestUA to block list

This commit is contained in:
staticsafe 2021-07-16 15:07:44 -04:00
parent d38daabc0c
commit d1c8a3eb55
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|TinyTestBot) ) {
- if ($http_user_agent ~* (LanaiBotmarch|lanaibot|TinyTestBot|TinyBotTestUA) ) {
return 403;
}