Skip to content

Commit 0c5ea4a

Browse files
authored
Merge pull request #103433 from winthrop28/patch-90
fixing example
2 parents e7c15ba + c23fa6a commit 0c5ea4a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,10 +156,10 @@ And the corresponding JSON:
156156
"action": "Allow",
157157
"matchConditions": [
158158
{
159-
"matchVariable": "RequestHeaders",
160-
"operator": "User-Agent",
159+
"matchVariable": "RemoteAddr",
160+
"operator": "GeoMatch",
161161
"matchValues": [
162-
"evilbot"
162+
"US"
163163
]
164164
}
165165
]

0 commit comments

Comments
 (0)