Skip to content

Commit d33c7bb

Browse files
Merge pull request #266860 from vhorne/waf-exclusions
fix last table entry with JsonValue:
2 parents 0317407 + 34f1dbe commit d33c7bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/web-application-firewall/afds/waf-front-door-exclusion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ The following table shows example values from WAF logs and the corresponding exc
7575
| HeaderValue:SOME_NAME | Request header name Equals SOME_NAME |
7676
| PostParamValue:SOME_NAME | Request body POST args name Equals SOME_NAME |
7777
| QueryParamValue:SOME_NAME | Query string args name Equals SOME_NAME |
78-
| SOME_NAME | Request body JSON args name Equals SOME_NAME |
78+
| JsonValue:SOME_NAME | Request body JSON args name Equals SOME_NAME |
7979

8080
### Exclusions for JSON request bodies
8181

0 commit comments

Comments
 (0)