Skip to content

Commit bf70d24

Browse files
authored
Update custom-waf-rules-overview.md
added a note on contains operator
1 parent 4b2c213 commit bf70d24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/web-application-firewall/ag/custom-waf-rules-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ Must be one of the following operators:
136136
- IPMatch - only used when Match Variable is *RemoteAddr,* and only supports IPv4
137137
- Equal – input is the same as the MatchValue
138138
- Any – It shouldn't have a MatchValue. It's recommended for Match Variable with a valid Selector.
139-
- Contains
139+
- Contains - MatchValue should be an explicit value only, wildcard and regex are not supported
140140
- LessThan
141141
- GreaterThan
142142
- LessThanOrEqual

0 commit comments

Comments
 (0)