Fix broken docs link (#1059)
Fixes a broken docs link Signed-off-by: Chris <398094+phuzion@users.noreply.github.com>
This commit is contained in:
parent
21c3e0c469
commit
44264981b5
1 changed files with 1 additions and 1 deletions
|
|
@ -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).
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue