diff --git a/README.md b/README.md index 1c069f7..6c36b29 100644 --- a/README.md +++ b/README.md @@ -384,8 +384,8 @@ make run - Transmit only the first number of bytes to Crowdsec Appsec Server. - CrowdsecAppsecUnreadableBodyBlock - bool - - default: false - - Behaviour when the request body cannot be buffered for inspection (HTTP/2 or HTTP/3 request without a `Content-Length`, typically a bidirectional gRPC stream). When `false` (default) the request is forwarded to the Appsec Server with headers only (the body is left to stream through untouched). When `true` the request is blocked outright. Mirrors the reference bouncers' `APPSEC_DROP_UNREADABLE_BODY` option. + - default: true + - Behaviour when the request body cannot be buffered for inspection (HTTP/2 or HTTP/3 request without a `Content-Length`, typically a bidirectional gRPC stream). When `false` the request is forwarded to the Appsec Server with headers only (the body is left to stream through untouched). When `true` the request is blocked outright. Mirrors the reference bouncers' `APPSEC_DROP_UNREADABLE_BODY` option. - CrowdsecAppsecKey - string - default: value of `CrowdsecLapiKey`