Skip to content

Commit 336c341

Browse files
authored
Merge pull request #88107 from winthrop28/patch-17
updating wording to alleviate confusion.
2 parents da1bc40 + 8f5c3ae commit 336c341

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/application-gateway/create-custom-waf-rules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ Corresponding CRS rule:
175175

176176
## Example 3
177177

178-
For this example, you want to block User-Agent *evilbot*, and traffic in the range 192.168.5.0/24. To accomplish this, you can create two separate match conditions, and put them both in the same rule. This ensures both *evilbot* in the User-Agent header **and** IP addresses from the range 192.168.5.0/24 are blocked.
178+
For this example, you want to block User-Agent *evilbot*, and traffic in the range 192.168.5.0/24. To accomplish this, you can create two separate match conditions, and put them both in the same rule. This ensures that if both *evilbot* in the User-Agent header **and** IP addresses from the range 192.168.5.0/24 are matched, then the request is blocked.
179179

180180
Logic: p **and** q
181181

0 commit comments

Comments
 (0)