Skip to content

Commit

Permalink
Location replacement value example.com->https://example.com
Browse files Browse the repository at this point in the history
  • Loading branch information
scbedd committed Apr 22, 2024
1 parent 414dfff commit a36890e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ public SanitizerDictionary() {
),
// new BodyKeySanitizer("$..resourceLocation"), disabled, not a secret?
new RegisteredSanitizer(
new HeaderRegexSanitizer("Location", value: "example.com"),
new HeaderRegexSanitizer("Location", value: "https://example.com"),
"AZSDK038"
),
new RegisteredSanitizer(
Expand Down

0 comments on commit a36890e

Please sign in to comment.