mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 05:45:59 +03:00
Set SecStreamInBodyInspection by default on IIS builds (#1299)
This commit is contained in:
parent
22322ce355
commit
45337265f1
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user