chore: add FriendlyCrawler to apache.conf.txt

This commit is contained in:
Cory Dransfeldt 2024-04-08 12:41:19 -07:00 committed by GitHub
parent d6d40989f4
commit 2d4efec184
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,4 @@
# for apache2.conf or .htaccess; intended to block via user agent string # for apache2.conf or .htaccess; intended to block via user agent string
RewriteEngine On RewriteEngine On
RewriteCond %{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) [NC] RewriteCond %{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) [NC]
RewriteRule .* - [F,L] RewriteRule .* - [F,L]