From d37f7cc04a1da833aa0b0fadd8dba57ef17f456a Mon Sep 17 00:00:00 2001
From: ale <ale@incal.net>
Date: Fri, 18 Dec 2020 11:54:29 +0000
Subject: [PATCH] Fix one of the eventlist rules

---
 .../modsecurity/crs/REQUEST-900-EXCLUSION-RULES-BEFORE-CRS.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/modsecurity/crs/REQUEST-900-EXCLUSION-RULES-BEFORE-CRS.conf b/conf/modsecurity/crs/REQUEST-900-EXCLUSION-RULES-BEFORE-CRS.conf
index 7ef68b7..3bb2ced 100644
--- a/conf/modsecurity/crs/REQUEST-900-EXCLUSION-RULES-BEFORE-CRS.conf
+++ b/conf/modsecurity/crs/REQUEST-900-EXCLUSION-RULES-BEFORE-CRS.conf
@@ -65,7 +65,7 @@ SecRule REQUEST_FILENAME "@endsWith /wp-admin/admin-ajax.php" \
     phase:2,\
     pass,\
     nolog,\
-    ctl:ruleRemoveTargetByTag=language-powershell"
+    ctl:ruleRemoveByTag=language-powershell"
 
 # Filter out certain args (all URIs) for the pgp email plugin.
 SecRule REQUEST_URI "@beginsWith /" \
-- 
GitLab