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 /cmd/anubis | |
| 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>
Diffstat (limited to 'cmd/anubis')
| -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" |
