block Content-Nation user agent

This commit is contained in:
packetcat 2024-02-29 08:22:45 -05:00
parent e738cd5545
commit 1986d21347
1 changed files with 1 additions and 1 deletions

View File

@ -105,6 +105,6 @@
}
nginx_snippets:
blockbots:
- if ($http_user_agent ~* (LanaiBotmarch|lanaibot|TinyTestBot|TinyBotTestUA) ) {
- if ($http_user_agent ~* (LanaiBotmarch|lanaibot|TinyTestBot|TinyBotTestUA|Content-Nation) ) {
return 403;
}