3 lines
256 B
Plaintext
3 lines
256 B
Plaintext
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;
|
|
} |