From d1882d92097580eecae47fb65b290582d88e84f3 Mon Sep 17 00:00:00 2001 From: packetcat Date: Thu, 30 Nov 2023 18:50:26 -0500 Subject: [PATCH] add ClaudeBot to bot block list --- ubuntu/erlking.silvestris.systems.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubuntu/erlking.silvestris.systems.yml b/ubuntu/erlking.silvestris.systems.yml index 4038efd..a0fb7b6 100644 --- a/ubuntu/erlking.silvestris.systems.yml +++ b/ubuntu/erlking.silvestris.systems.yml @@ -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: