Skip to content

Commit 4533726

Browse files
committed
Set SecStreamInBodyInspection by default on IIS builds (#1299)
1 parent 22322ce commit 4533726

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

iis/wix/modsecurity.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ SecRuleEngine DetectionOnly
1616
#
1717
SecRequestBodyAccess On
1818

19+
# SecStreamInBodyInspection is required by IIS for proper body inspection
20+
# See issue #1299 for more information
21+
SecStreamInBodyInspection On
1922

2023
# Enable XML request body parser.
2124
# Initiate XML Processor in case of xml content-type

0 commit comments

Comments
 (0)