Skip to content

Commit

Permalink
fix: remove unused variable from default config
Browse files Browse the repository at this point in the history
  • Loading branch information
jptosso authored Nov 19, 2021
1 parent 8aaa7bc commit 89239d6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions coraza.conf-recommended
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,6 @@ SecRuleEngine DetectionOnly
#
SecRequestBodyAccess On

# Validates the url is valid for decoding, otherwise an attacker may bypass the filters
# and hide variables from Coraza using non utf8 strings and invalid urlencoded characters
# like %xx.
SecRule URI_PARSER_ERROR "!@eq 0" \
"id:'200006', phase:1,t:none,log,deny,status:400,msg:'Failed to parse request url.',logdata:'Failed to parse request url',severity:2"

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

0 comments on commit 89239d6

Please sign in to comment.