mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 11:44:32 +03:00
Update Core Rules to those in 2.1.4.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# ---------------------------------------------------------------
|
||||
# Core ModSecurity Rule Set
|
||||
# Copyright (C) 2006 Breach Security Inc. All rights reserved.
|
||||
# Core ModSecurity Rule Set ver.1.5
|
||||
# Copyright (C) 2006-2007 Breach Security Inc. All rights reserved.
|
||||
#
|
||||
# The ModSecuirty Core Rule Set is distributed under GPL version 2
|
||||
# Please see the enclosed LICENCE file for full details.
|
||||
@@ -79,8 +79,8 @@ SecResponseBodyLimit 524288
|
||||
# Initiate XML Processor in case of xml content-type
|
||||
#
|
||||
# TODO Uncomment this rule if you wish to parse
|
||||
# text/xml requests using the XML parser. Note
|
||||
# that this may cause considerable overhead in processing
|
||||
# text/xml requests using the XML parser. Note
|
||||
# that this may cause considerable overhead in processing
|
||||
# text/xml requests.
|
||||
#SecRule REQUEST_HEADERS:Content-Type "text/xml" \
|
||||
#"phase:1,pass,nolog,ctl:requestBodyProcessor=XML"
|
||||
|
Reference in New Issue
Block a user