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