From f6ef95cf385cbfdd8c6308f77c7ef93dff0b66a8 Mon Sep 17 00:00:00 2001 From: maxlerebourg Date: Mon, 27 Jul 2026 08:53:32 +0200 Subject: [PATCH] =?UTF-8?q?=20=F0=9F=90=9B=20fix=20default=20value=20for?= =?UTF-8?q?=20CrowdsecAppsecUnreadableBodyBlock=20(#361)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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`