From e03d5f4ec2e4dc612eebe09b5d864f6624773ea1 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Mon, 8 Apr 2024 12:41:40 -0700 Subject: [PATCH] chore: add FriendlyCrawler to nginx.conf.txt --- nginx.conf.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.conf.txt b/nginx.conf.txt index 9446604..883f1f0 100644 --- a/nginx.conf.txt +++ b/nginx.conf.txt @@ -1,4 +1,4 @@ # for nginx.conf; intended to block via user agent string -if ($http_user_agent ~ (AdsBot-Google|Amazonbot|anthropic-ai|Applebot|AwarioRssBot|AwarioSmartBot|Bytespider|CCBot|ChatGPT-User|ClaudeBot|Claude-Web|cohere-ai|DataForSeoBot|FacebookBot|Google-Extended|GoogleOther|GPTBot|ImagesiftBot|magpie-crawler|Meltwater|omgili|omgilibot|peer39_crawler|peer39_crawler/1.0|PerplexityBot|PiplBot|Seekr|YouBot) ) { +if ($http_user_agent ~ (AdsBot-Google|Amazonbot|anthropic-ai|Applebot|AwarioRssBot|AwarioSmartBot|Bytespider|CCBot|ChatGPT-User|ClaudeBot|Claude-Web|cohere-ai|DataForSeoBot|FacebookBot|FriendlyCrawler|Google-Extended|GoogleOther|GPTBot|ImagesiftBot|magpie-crawler|Meltwater|omgili|omgilibot|peer39_crawler|peer39_crawler/1.0|PerplexityBot|PiplBot|Seekr|YouBot) ) { return 403; }