On ajoute un autre robot récurrent (IA)

This commit is contained in:
Jean-Marie Favreau 2024-11-25 00:41:34 +01:00
parent 3c5b5a9fd6
commit 2680622dfc

View File

@ -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;
}