From 26b788bcb2bc9dfcbe9d78ac2bc87112902f04e9 Mon Sep 17 00:00:00 2001
From: ale <ale@incal.net>
Date: Tue, 1 Mar 2022 18:59:31 +0000
Subject: [PATCH] Disable ModSec rule that breaks eventlist plugin

Fixes issue ai/noblogs-wp#89.
---
 .../crs/RESPONSE-999-EXCLUSION-RULES-AFTER-CRS.conf            | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/docker/conf/modsecurity/crs/RESPONSE-999-EXCLUSION-RULES-AFTER-CRS.conf b/docker/conf/modsecurity/crs/RESPONSE-999-EXCLUSION-RULES-AFTER-CRS.conf
index 4440f30f..c06d9116 100644
--- a/docker/conf/modsecurity/crs/RESPONSE-999-EXCLUSION-RULES-AFTER-CRS.conf
+++ b/docker/conf/modsecurity/crs/RESPONSE-999-EXCLUSION-RULES-AFTER-CRS.conf
@@ -39,3 +39,6 @@ SecRuleRemoveByID 921110
 # Ingres SQL exfil rule.
 SecRuleRemoveByID 951190
 
+# Windows PowerShell Command
+SecRuleRemoveByID 932120
+
-- 
GitLab