Skip to content

Commit f228588

Browse files
committed
Merge branch 'waf-sensitive-data' of https://github.com/vhorne/azure-docs-pr into waf-sensitive-data
2 parents a64b225 + d4806aa commit f228588

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

articles/web-application-firewall/afds/waf-sensitive-data-protection-configure-frontdoor.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,13 @@ The following table shows examples of log scrubbing rules that can be used to pr
2323

2424
| Match Variable | Operator | Selector | What gets scrubbed |
2525
| --- | --- | --- | --- |
26-
| Request Header Names | Equals | X-Forwarded-For | REQUEST_HEADERS:x-forwarded-for.","data":"******" |
27-
| Request Cookie Names | Equals | cookie1 | "Matched Data: ****** found within REQUEST_COOKIES:cookie1: ******" |
28-
| Request Post Arg Names | Equals | Post1 | "data":"Matched Data: ****** found within ARGS:post1: ******" |
29-
| Request Body JSON Arg Names | Equals | Jsonarg | "data":"Matched Data: ****** found within ARGS:jsonarg: ******" |
30-
| Request IP Address* | Equals Any | NULL | "clientIp":"******" |
31-
|Request URI|EqualAny|||
26+
| Request Header Names | Equals | keytoblock | {"matchVariableName":"HeaderValue:keytoblock","matchVariableValue":"****"} |
27+
| Request Cookie Names | Equals | cookietoblock | {"matchVariableName":"CookieValue:cookietoblock","matchVariableValue":"****"} |
28+
| Request Post Arg Names | Equals | var | {"matchVariableName":"PostParamValue:var","matchVariableValue":"****"} |
29+
| Request Body JSON Arg Names | Equals | JsonValue | {"matchVariableName":"JsonValue:key","matchVariableValue":"****"} |
30+
| Query String Arg Names | Equals | foo | {"matchVariableName":"QueryParamValue:foo","matchVariableValue":"****"} |
31+
| Request IP Address* | Equals Any | NULL | {"matchVariableName":"ClientIP","matchVariableValue":"****"} |
32+
| Request URI | Equals Any | NULL | {"matchVariableName":"URI","matchVariableValue":"****"} |
3233

3334
\* Request IP Address and Request URI rules only support the *equals any* operator and scrubs all instances of the requestor's IP address that appears in the WAF logs.
3435

0 commit comments

Comments
 (0)