Suppress false positive on encoded % in URL
This commit is contained in:
parent
629fd2345e
commit
5895e843db
@ -62,3 +62,5 @@ SecRule REQUEST_FILENAME "@beginsWith /rest" \
|
||||
setvar:'tx.allowed_methods=%{tx.allowed_methods} PUT DELETE',\
|
||||
setvar:'tx.allowed_request_content_type=%{tx.allowed_request_content_type} |text/plain|'"
|
||||
|
||||
# Disable CRS rule 920220, as % is often included in value formats
|
||||
SecRule WEBAPPID "@unconditionalMatch" "id:93020,phase:1,pass,nolog,ctl:ruleRemoveById=920220"
|
||||
|
Loading…
Reference in New Issue
Block a user