From 90049001e9fac3d11cbe4f45dee473f5b2601171 Mon Sep 17 00:00:00 2001 From: makeworld <25111343+makew0rld@users.noreply.github.com> Date: Fri, 21 Mar 2025 11:16:19 -0400 Subject: Add kagibot (#44) * Add kagibot Signed-off-by: makeworld <25111343+makew0rld@users.noreply.github.com> * Update CHANGELOG.md Signed-off-by: makeworld <25111343+makew0rld@users.noreply.github.com> --------- Signed-off-by: makeworld <25111343+makew0rld@users.noreply.github.com> Signed-off-by: Xe Iaso Co-authored-by: Xe Iaso --- cmd/anubis/botPolicies.json | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'cmd') 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 @@ -20,6 +20,11 @@ "user_agent_regex": "\\+https\\:\\/\\/help\\.qwant\\.com/bot/", "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", -- cgit v1.2.3