diff options
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/anubis/botPolicies.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cmd/anubis/botPolicies.json b/cmd/anubis/botPolicies.json index 6e04a11..4a6321b 100644 --- a/cmd/anubis/botPolicies.json +++ b/cmd/anubis/botPolicies.json @@ -21,6 +21,11 @@ "action": "ALLOW" }, { + "name": "kagibot", + "user_agent_regex": "\\+https\\:\\/\\/kagi\\.com/bot", + "action": "ALLOW" + }, + { "name": "us-artificial-intelligence-scraper", "user_agent_regex": "\\+https\\:\\/\\/github\\.com\\/US-Artificial-Intelligence\\/scraper", "action": "DENY" |
