From d3c562ebd12c9ac5778a08897bd75c1fd53b072b Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Thu, 1 Jan 2026 20:09:46 +0000 Subject: [PATCH] Add noai.conf --- noai.conf | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 noai.conf diff --git a/noai.conf b/noai.conf new file mode 100644 index 0000000..beebad1 --- /dev/null +++ b/noai.conf @@ -0,0 +1,3 @@ +if ($http_user_agent ~* "(GPTBot|ChatGPT-User|ClaudeBot|Claude-Web|anthropic-ai|CCBot|Google-Extended|PerplexityBot|Bytespider|Diffbot|FacebookBot|Meta-ExternalAgent|Amazonbot|cohere-ai|YouBot|Omgilibot|ImagesiftBot|Applebot-Extended)") { + return 418; +} \ No newline at end of file