We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 184638d commit b43a89cCopy full SHA for b43a89c
crowdsec-docs/docs/appsec/rules_examples.md
@@ -526,7 +526,7 @@ Disable specific rules using their unique ID during request processing.
526
#### Hook Example
527
```yaml
528
pre_eval:
529
- - filter: req.URL.Path == "/api/upload" && req.Method == "POST"
+ - filter: req.Method == "DELETE"
530
apply:
531
- RemoveInBandRuleByID(123)
532
```
0 commit comments