Skip to content
This repository was archived by the owner on May 14, 2020. It is now read-only.

Commit 920e8ca

Browse files
committed
Removing deprecated t:removeComments from 942100
1 parent 5bad8fe commit 920e8ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules/REQUEST-942-APPLICATION-ATTACK-SQLI.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ SecRule REQUEST_COOKIES|!REQUEST_COOKIES:/__utm/|REQUEST_COOKIES_NAMES|REQUEST_H
5151
phase:request,\
5252
block,\
5353
multiMatch,\
54-
t:none,t:utf8toUnicode,t:urlDecodeUni,t:removeNulls,t:removeComments,\
54+
t:none,t:utf8toUnicode,t:urlDecodeUni,t:removeNulls,\
5555
capture,\
5656
logdata:'Matched Data: %{TX.0} found within %{MATCHED_VAR_NAME}: %{MATCHED_VAR}',\
5757
tag:'application-multi',\

0 commit comments

Comments
 (0)