Skip to content

Commit

Permalink
Remove a couple of field names from the redacted list (#1428)
Browse files Browse the repository at this point in the history
  • Loading branch information
gunndabad authored Jul 22, 2024
1 parent 666bf23 commit dee35f1
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ public class UrlRedactor(IHttpContextAccessor httpContextAccessor)

private static readonly HashSet<string> _knownPiiFieldNames = new(
[
"trn",
"birthdate",
"dateofbirth",
"firstname",
Expand All @@ -26,7 +25,6 @@ public class UrlRedactor(IHttpContextAccessor httpContextAccessor)
"emailaddress",
"nationalinsurancenumber",
"nino",
"teacherid",
],
StringComparer.OrdinalIgnoreCase);

Expand Down

0 comments on commit dee35f1

Please sign in to comment.