Skip to content

Commit

Permalink
REDACTED in hostname sanitizer now defaults to 'Sanitized' like every…
Browse files Browse the repository at this point in the history
… other replacement
  • Loading branch information
scbedd committed May 2, 2024
1 parent 6b05161 commit 55c9c57
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@ public SanitizerDictionary() {
"AZSDK4000"
),
new RegisteredSanitizer(
new UriRegexSanitizer("REDACTED", regex: "(?<=http://|https://)(?<host>[^/?\\.]+)", groupForReplace: "host"),
new UriRegexSanitizer(regex: "(?<=http://|https://)(?<host>[^/?\\.]+)", groupForReplace: "host"),
"AZSDK4001"
),
#endregion
Expand Down

0 comments on commit 55c9c57

Please sign in to comment.