Set SecStreamInBodyInspection by default on IIS builds (#1299)

This commit is contained in:
Victor Hora 2018-11-09 18:06:56 -05:00
parent 22322ce355
commit 45337265f1

View File

@ -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