diff options
| author | Xe Iaso <me@xeiaso.net> | 2025-04-22 07:49:41 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-22 07:49:41 -0400 |
| commit | 84b28760b3b54c7d26ad40a1e7343d6de242ad9b (patch) | |
| tree | 3104e239da1ac3cedc43ee07d58bb6ad5cc9f12c /docs | |
| parent | 9b7bf8ee06fd84f3aa3298f483d8bca69c3372d4 (diff) | |
| download | anubis-84b28760b3b54c7d26ad40a1e7343d6de242ad9b.tar.xz anubis-84b28760b3b54c7d26ad40a1e7343d6de242ad9b.zip | |
feat(lib): use Checker type instead of ad-hoc logic (#318)
This makes each check into its own type that has encapsulated check
logic, meaning that it's easier to add new checker implementations in
the future.
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/docs/CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/docs/CHANGELOG.md b/docs/docs/CHANGELOG.md index 9200ade..6a90c81 100644 --- a/docs/docs/CHANGELOG.md +++ b/docs/docs/CHANGELOG.md @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +- Refactor check logic to be more generic and work on a Checker type - Add more AI user agents based on the [ai.robots.txt](https://github.com/ai-robots-txt/ai.robots.txt) project - Embedded challenge data in initial HTML response to improve performance - Whitelisted [DuckDuckBot](https://duckduckgo.com/duckduckgo-help-pages/results/duckduckbot/) in botPolicies |
