Skip to content

Commit

Permalink
fix: Redact user-email header (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
72636c authored Apr 1, 2024
1 parent 61d5a0c commit a485dc4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/requestLogging/requestLogging.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ export const SENSITIVE_HEADER_REPLACEMENTS: HeaderReplacements = {
'authenticated-user': REDACTED_HEADER,
authorization: REDACTED_HEADER,
cookie: REDACTED_HEADER,
'user-email': REDACTED_HEADER,
'x-seek-oidc-identity': REDACTED_HEADER,
};

Expand Down

0 comments on commit a485dc4

Please sign in to comment.