From 9b095a69e991e53a5020f4a8004670a03cdaf6e7 Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Wed, 4 Feb 2026 06:53:55 +0000 Subject: [PATCH] Add fuckai/http_top.conf --- fuckai/http_top.conf | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 fuckai/http_top.conf diff --git a/fuckai/http_top.conf b/fuckai/http_top.conf new file mode 100644 index 0000000..b4ced98 --- /dev/null +++ b/fuckai/http_top.conf @@ -0,0 +1,27 @@ +map $http_user_agent $ai_crawler_block { + default 0; + + "~*GPTBot" 1; + "~*ChatGPT-User" 1; + + "~*ClaudeBot" 1; + "~*Claude-Web" 1; + "~*anthropic-ai" 1; + + "~*CCBot" 1; + "~*Google-Extended" 1; + "~*Applebot-Extended" 1; + + "~*FacebookBot" 1; + "~*Meta-ExternalAgent" 1; + + "~*PerplexityBot" 1; + "~*Bytespider" 1; + "~*Diffbot" 1; + "~*Amazonbot" 1; + "~*cohere-ai" 1; + "~*YouBot" 1; + "~*Omgilibot" 1; + "~*ImagesiftBot" 1; + "~*FirecrawlAgent" 1; +} \ No newline at end of file