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