Skip to content
This repository has been archived by the owner on May 14, 2020. It is now read-only.

Commit

Permalink
Merge pull request #1745 from airween/issue1741
Browse files Browse the repository at this point in the history
Changed variable to lowercase (fixed #1741)
  • Loading branch information
franbuehler authored May 5, 2020
2 parents 3711365 + 7c84e93 commit aa1ff69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/REQUEST-920-PROTOCOL-ENFORCEMENT.conf
Original file line number Diff line number Diff line change
Expand Up @@ -1130,7 +1130,7 @@ SecRule REQUEST_HEADERS_NAMES "@rx ^.*$" \
severity:'CRITICAL',\
setvar:'tx.header_name_%{tx.0}=/%{tx.0}/',\
chain"
SecRule TX:/^HEADER_NAME_/ "@within %{tx.restricted_headers}" \
SecRule TX:/^header_name_/ "@within %{tx.restricted_headers}" \
"setvar:'tx.anomaly_score_pl1=+%{tx.critical_anomaly_score}'"


Expand Down

0 comments on commit aa1ff69

Please sign in to comment.