From 3058a629bf6eca7f0bafafe3c44e4e1f2f1a1d5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Diot?= Date: Thu, 24 Oct 2024 17:57:20 +0200 Subject: [PATCH] Refactor modsec ui.conf to remove specific SecRule by ID --- src/common/core/ui/confs/modsec/ui.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/core/ui/confs/modsec/ui.conf b/src/common/core/ui/confs/modsec/ui.conf index 70a4d5a2a..77a370e63 100644 --- a/src/common/core/ui/confs/modsec/ui.conf +++ b/src/common/core/ui/confs/modsec/ui.conf @@ -1,3 +1,4 @@ +SecRuleRemoveById 930120 {% if USE_UI == "yes" and "TLSv1.3" in SSL_PROTOCOLS and HTTP3 == "yes" +%} SecRuleRemoveById 920280 {% endif +%}