On ajoute un autre robot récurrent (IA)
This commit is contained in:
parent
3c5b5a9fd6
commit
2680622dfc
@ -32,7 +32,7 @@ http {
|
||||
error_page 502 /static/html/500.html;
|
||||
error_page 503 /static/html/500.html;
|
||||
|
||||
if ($http_user_agent ~* "(?:Amazonbot|meta-externalagent)") {
|
||||
if ($http_user_agent ~* (Amazonbot|meta-externalagent|ClaudeBot)) {
|
||||
return 444;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user