add TinyBotTestUA to block list
This commit is contained in:
parent
d38daabc0c
commit
d1c8a3eb55
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue