From a213a75f7201302b5c5065df30f35abce22cac09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=2E=20Nam=C3=A8che?= Date: Mon, 2 Feb 2026 22:10:14 +0300 Subject: [PATCH] coraza: add application/json to SecResponseBodyMimeType --- seb4itik/byow/roles/caddy/templates/coraza.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seb4itik/byow/roles/caddy/templates/coraza.conf b/seb4itik/byow/roles/caddy/templates/coraza.conf index bbb70c9..ed7c6fb 100644 --- a/seb4itik/byow/roles/caddy/templates/coraza.conf +++ b/seb4itik/byow/roles/caddy/templates/coraza.conf @@ -78,7 +78,7 @@ SecResponseBodyAccess On # Which response MIME types do you want to inspect? You should adjust the # configuration below to catch documents but avoid static files # (e.g., images and archives). -SecResponseBodyMimeType text/plain text/html text/xml +SecResponseBodyMimeType text/plain text/html text/xml application/json # Buffer response bodies of up to 512 KB in length. SecResponseBodyLimit 524288