block Content-Nation user agent
This commit is contained in:
parent
e738cd5545
commit
1986d21347
|
@ -105,6 +105,6 @@
|
||||||
}
|
}
|
||||||
nginx_snippets:
|
nginx_snippets:
|
||||||
blockbots:
|
blockbots:
|
||||||
- if ($http_user_agent ~* (LanaiBotmarch|lanaibot|TinyTestBot|TinyBotTestUA) ) {
|
- if ($http_user_agent ~* (LanaiBotmarch|lanaibot|TinyTestBot|TinyBotTestUA|Content-Nation) ) {
|
||||||
return 403;
|
return 403;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue