add lanaibot useragent to block list in deirdre.asininetech.net.yml
This commit is contained in:
parent
736158c9b5
commit
d4bd7cfcf9
|
@ -99,6 +99,6 @@
|
|||
- ssl_session_tickets off
|
||||
nginx_snippets:
|
||||
blockbots:
|
||||
- if ($http_user_agent ~* (LanaiBotmarch) ) {
|
||||
- if ($http_user_agent ~* (LanaiBotmarch|lanaibot) ) {
|
||||
return 403;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue