diff options
| author | makeworld <25111343+makew0rld@users.noreply.github.com> | 2025-03-21 11:16:19 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-21 11:16:19 -0400 |
| commit | 90049001e9fac3d11cbe4f45dee473f5b2601171 (patch) | |
| tree | e425fcb808c3bae9e9dac41c945019fe4f71ac65 | |
| parent | 38e1e8cb5ed8c2da2d8e3b75eb984a4e0b19691a (diff) | |
| download | anubis-90049001e9fac3d11cbe4f45dee473f5b2601171.tar.xz anubis-90049001e9fac3d11cbe4f45dee473f5b2601171.zip | |
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 <me@xeiaso.net>
Co-authored-by: Xe Iaso <me@xeiaso.net>
| -rw-r--r-- | cmd/anubis/botPolicies.json | 5 | ||||
| -rw-r--r-- | docs/docs/CHANGELOG.md | 1 |
2 files changed, 6 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" 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) |
