feat(docs): add documentation for default allow behavior (#346)
This commit is contained in:
parent
cfbe16f2d0
commit
2320ef4014
3 changed files with 94 additions and 1 deletions
|
|
@ -112,7 +112,7 @@ bots:
|
|||
|
||||
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.
|
||||
|
||||
If no rules match the request, it is allowed through.
|
||||
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).
|
||||
|
||||
## Writing your own rules
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue