add ClaudeBot to bot block list
This commit is contained in:
parent
7099c9bad5
commit
d1882d9209
|
@ -262,7 +262,7 @@
|
|||
fastcgi_pass php;
|
||||
}
|
||||
blockbots:
|
||||
- if ($http_user_agent ~* (thesis-research-bot|fidget-spinner-bot) ) {
|
||||
- if ($http_user_agent ~* (thesis-research-bot|fidget-spinner-bot|ClaudeBot) ) {
|
||||
return 403;
|
||||
}
|
||||
nginx_configs:
|
||||
|
|
Loading…
Reference in New Issue