From 19f78f37ad73eb994faaf5efa098c6c4e9b40e01 Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Fri, 27 Jun 2025 18:59:07 -0400 Subject: [PATCH] docs(blog/v1.20.0): fix typo Signed-off-by: Xe Iaso --- docs/blog/2025-06-27-release-1.20.0/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/blog/2025-06-27-release-1.20.0/index.mdx b/docs/blog/2025-06-27-release-1.20.0/index.mdx index 64f7608..b79461f 100644 --- a/docs/blog/2025-06-27-release-1.20.0/index.mdx +++ b/docs/blog/2025-06-27-release-1.20.0/index.mdx @@ -51,7 +51,7 @@ The biggest feature in Anubis is the "weight" subsystem. This allows administrat This is different from the past where you could only allow every request with a Gitea session token, meaning that the invention of lying would allow malicious clients to bypass protection. -Weight is added and removed whenever a `WEIGH` rule is encountered. When all rules are processed and the request doesn't match any `ALLOW`, `CHALLENGE`, or `DENY` rules, Anubis uses [weight thresholds](docs/admin/configuration/thresholds) to figure out how to handle that request. Thresholds are defined in the [policy file](/docs/admin/policies) alongside your bot rules: +Weight is added and removed whenever a `WEIGH` rule is encountered. When all rules are processed and the request doesn't match any `ALLOW`, `CHALLENGE`, or `DENY` rules, Anubis uses [weight thresholds](/docs/admin/configuration/thresholds) to figure out how to handle that request. Thresholds are defined in the [policy file](/docs/admin/policies) alongside your bot rules: ```yaml thresholds: