mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Set SecStreamInBodyInspection by default on IIS builds (#1299)
This commit is contained in:
@@ -16,6 +16,9 @@ SecRuleEngine DetectionOnly
|
||||
#
|
||||
SecRequestBodyAccess On
|
||||
|
||||
# SecStreamInBodyInspection is required by IIS for proper body inspection
|
||||
# See issue #1299 for more information
|
||||
SecStreamInBodyInspection On
|
||||
|
||||
# Enable XML request body parser.
|
||||
# Initiate XML Processor in case of xml content-type
|
||||
|
Reference in New Issue
Block a user