mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 13:56:01 +03:00
iis: Uses code 400 instead of 44 in modsecurity.conf
Following the recent changes that has been made on: modsecurity.conf-recommended
This commit is contained in:
parent
a0ed3dbbe2
commit
5342f36162
@ -60,7 +60,7 @@ SecRule REQBODY_ERROR "!@eq 0" \
|
||||
# _not_ to remove it altogether.
|
||||
#
|
||||
SecRule MULTIPART_STRICT_ERROR "!@eq 0" \
|
||||
"id:'200002',phase:2,t:none,log,deny,status:44, \
|
||||
"id:'200002',phase:2,t:none,log,deny,status:400, \
|
||||
msg:'Multipart request body failed strict validation: \
|
||||
PE %{REQBODY_PROCESSOR_ERROR}, \
|
||||
BQ %{MULTIPART_BOUNDARY_QUOTED}, \
|
||||
|
Loading…
x
Reference in New Issue
Block a user