diff options
| author | Dryusdan <dryusdan@dryusdan.fr> | 2025-04-19 00:28:56 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-18 22:28:56 +0000 |
| commit | a40c5e99fc182b6f2fbff5c3f94d9f46c1abce45 (patch) | |
| tree | db20e43233c4fa841d0813e82540b93eac7778a3 /data/botPolicies.json | |
| parent | af831f0d7fa6ed23a7818771e7d2a492c9329dc6 (diff) | |
| download | anubis-a40c5e99fc182b6f2fbff5c3f94d9f46c1abce45.tar.xz anubis-a40c5e99fc182b6f2fbff5c3f94d9f46c1abce45.zip | |
Add more AI user agent in botPolicies.json (#249)
* Add more IA user agent in bot policies
* Update data/botPolicies.json
Signed-off-by: Xe Iaso <me@xeiaso.net>
* Fix trailling pipe that deny all requests
---------
Signed-off-by: Xe Iaso <me@xeiaso.net>
Co-authored-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'data/botPolicies.json')
| -rw-r--r-- | data/botPolicies.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/botPolicies.json b/data/botPolicies.json index 7d6e4cb..dbc3d35 100644 --- a/data/botPolicies.json +++ b/data/botPolicies.json @@ -1,8 +1,8 @@ { "bots": [ { - "name": "amazonbot", - "user_agent_regex": "Amazonbot", + "name": "ai-robots-txt", + "user_agent_regex": "AI2Bot|Ai2Bot-Dolma|Amazonbot|anthropic-ai|Applebot|Applebot-Extended|Brightbot 1.0|Bytespider|CCBot|ChatGPT-User|Claude-Web|ClaudeBot|cohere-ai|cohere-training-data-crawler|Crawlspace|Diffbot|DuckAssistBot|FacebookBot|FriendlyCrawler|Google-Extended|GoogleOther|GoogleOther-Image|GoogleOther-Video|GPTBot|iaskspider/2.0|ICC-Crawler|ImagesiftBot|img2dataset|ISSCyberRiskCrawler|Kangaroo Bot|Meta-ExternalAgent|Meta-ExternalFetcher|OAI-SearchBot|omgili|omgilibot|PanguBot|Perplexity-User|PerplexityBot|PetalBot|Scrapy|SemrushBot-OCOB|SemrushBot-SWA|Sidetrade indexer bot|Timpibot|VelenPublicWebCrawler|Webzio-Extended|YouBot", "action": "DENY" }, { |
