From 439a2715e35422b3007d943830dbe70a9307d9a1 Mon Sep 17 00:00:00 2001 From: Robert Gingras Date: Mon, 2 Mar 2026 08:42:28 -0500 Subject: [PATCH] Add additional allowed request content types --- images/agent/crs-setup.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/agent/crs-setup.conf b/images/agent/crs-setup.conf index ee2bfb7..76a78d8 100644 --- a/images/agent/crs-setup.conf +++ b/images/agent/crs-setup.conf @@ -438,7 +438,7 @@ SecAction \ nolog,\ pass,\ t:none,\ - setvar:'tx.allowed_request_content_type=|application/x-www-form-urlencoded| |multipart/form-data| |text/xml| |application/xml| |application/soap+xml| |application/json| |application/x-protobuf|'" + setvar:'tx.allowed_request_content_type=|application/x-www-form-urlencoded| |multipart/form-data| |text/xml| |application/xml| |application/soap+xml| |application/json| |application/x-protobuf| |application/octet-stream| |application/offset+octet-stream|'" # Allowed HTTP versions. # Default: HTTP/1.0 HTTP/1.1 HTTP/2 HTTP/2.0