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: [PATCH] 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 +++++ docs/docs/CHANGELOG.md | 1 + 2 files changed, 6 insertions(+) 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", diff --git a/docs/docs/CHANGELOG.md b/docs/docs/CHANGELOG.md index c5a5093..2b55261 100644 --- a/docs/docs/CHANGELOG.md +++ b/docs/docs/CHANGELOG.md @@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Don't duplicate work across multiple threads [#36](https://github.com/TecharoHQ/anubis/pull/36) - Documentation has been moved to https://anubis.techaro.lol/ with sources in docs/ - Removed several visible AI artifacts (e.g., 6 fingers) [#37](https://github.com/TecharoHQ/anubis/pull/37) +- [KagiBot](https://kagi.com/bot) is allowed through the filter [#44](https://github.com/TecharoHQ/anubis/pull/44) - Fixed hang when navigator.hardwareConcurrency is undefined - Support Unix domain sockets [#45](https://github.com/TecharoHQ/anubis/pull/45)