Adds support to include path between quotes

This commit is contained in:
Felipe Zimmerle
2015-09-29 10:43:28 -03:00
parent b497091017
commit 70e2a4b379
2 changed files with 18 additions and 3 deletions

View File

@@ -1,3 +1 @@
SecRule ARGS "@contains /test.txt" "allow"
SecRule ARGS:teste "@contains /test.txt" " allow,deny"
SecRule ARGS "@contains /test.txt" "allow, allow,deny"
include "owasp-modsecurity-crs-orig/modsecurity_crs_10_setup.conf"