add ClaudeBot to bot block list

This commit is contained in:
packetcat 2023-11-30 18:50:26 -05:00
parent 7099c9bad5
commit d1882d9209
1 changed files with 1 additions and 1 deletions

View File

@ -262,7 +262,7 @@
fastcgi_pass php; fastcgi_pass php;
} }
blockbots: blockbots:
- if ($http_user_agent ~* (thesis-research-bot|fidget-spinner-bot) ) { - if ($http_user_agent ~* (thesis-research-bot|fidget-spinner-bot|ClaudeBot) ) {
return 403; return 403;
} }
nginx_configs: nginx_configs: