mirror of
https://github.com/TecharoHQ/anubis.git
synced 2025-09-08 04:05:23 -04:00
chore(docs): fix typo in configuration/expressions (#811)
This example code block was missing a closing single quote. Signed-off-by: Maxime Louet <maxime@saumon.io>
This commit is contained in:
parent
c74de19532
commit
fbf69680f5
@ -123,7 +123,7 @@ In order to avoid this, make sure the header or query parameter you are testing
|
|||||||
- 'path == "/index.php"'
|
- 'path == "/index.php"'
|
||||||
- '"title" in query'
|
- '"title" in query'
|
||||||
- '"action" in query'
|
- '"action" in query'
|
||||||
- 'query["action"] == "history"
|
- 'query["action"] == "history"'
|
||||||
```
|
```
|
||||||
|
|
||||||
This rule throws a challenge if and only if all of the following conditions are true:
|
This rule throws a challenge if and only if all of the following conditions are true:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user