From 44264981b5c5cc5da910bd70213003460577bf73 Mon Sep 17 00:00:00 2001 From: Chris <398094+phuzion@users.noreply.github.com> Date: Thu, 28 Aug 2025 10:28:25 -0400 Subject: [PATCH] Fix broken docs link (#1059) Fixes a broken docs link Signed-off-by: Chris <398094+phuzion@users.noreply.github.com> --- docs/docs/admin/policies.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/admin/policies.mdx b/docs/docs/admin/policies.mdx index c40868d..1646b0d 100644 --- a/docs/docs/admin/policies.mdx +++ b/docs/docs/admin/policies.mdx @@ -54,7 +54,7 @@ bots: action: CHALLENGE ``` -This allows requests to [`/.well-known`](https://en.wikipedia.org/wiki/Well-known_URI), `/favicon.ico`, `/robots.txt`, and challenges any request that has the word `Mozilla` in its User-Agent string. The [default policy file](https://github.com/TecharoHQ/anubis/blob/main/data/botPolicies.json) is a bit more cohesive, but this should be more than enough for most users. +This allows requests to [`/.well-known`](https://en.wikipedia.org/wiki/Well-known_URI), `/favicon.ico`, `/robots.txt`, and challenges any request that has the word `Mozilla` in its User-Agent string. The [default policy file](https://github.com/TecharoHQ/anubis/blob/main/data/botPolicies.yaml) is a bit more cohesive, but this should be more than enough for most users. If no rules match the request, it is allowed through. For more details on this default behavior and its implications, see [Default allow behavior](./default-allow-behavior.mdx).