Remove XML targets from core rules.

This commit is contained in:
brectanus
2007-06-14 18:55:36 +00:00
parent 7141419f80
commit 92963764e0
3 changed files with 25 additions and 33 deletions

View File

@@ -76,14 +76,6 @@ SecResponseBodyMimeType (null) text/html text/plain text/xml
SecResponseBodyLimit 524288
# Initiate XML Processor in case of xml content-type
#
# TODO Remove this rule if you don't wish to parse XML request
# Note that this will disable XML protection
SecRule REQUEST_HEADERS:Content-Type "text/xml" \
"phase:1,pass,nolog,ctl:requestBodyProcessor=XML"
# What to do when an error is encountered.
#
# The default is to log the error and let the request go through.