Skip to content

Commit

Permalink
[DI] Align PII redaction tokens with the other tracers
Browse files Browse the repository at this point in the history
  • Loading branch information
watson committed Jan 15, 2025
1 parent 95f82a9 commit 094569e
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ const REDACTED_IDENTIFIERS = new Set(
'_session',
'_xsrf',
'access_token',
'address',
'aiohttp_session',
'api_key',
'apisecret',
Expand All @@ -28,7 +27,6 @@ const REDACTED_IDENTIFIERS = new Set(
'cipher',
'client_secret',
'clientid',
'config',
'connect.sid',
'connectionstring',
'cookie',
Expand All @@ -39,10 +37,8 @@ const REDACTED_IDENTIFIERS = new Set(
'cvv',
'databaseurl',
'db_url',
'email',
'encryption_key',
'encryptionkeyid',
'env',
'geo_location',
'gpg_key',
'ip_address',
Expand All @@ -62,7 +58,6 @@ const REDACTED_IDENTIFIERS = new Set(
'pem_file',
'pgp_key',
'PHPSESSID',
'phonenumber',
'pin',
'pincode',
'pkcs8',
Expand All @@ -71,7 +66,6 @@ const REDACTED_IDENTIFIERS = new Set(
'pwd',
'recaptcha_key',
'refresh_token',
'remote_addr',
'routingnumber',
'salt',
'secret',
Expand All @@ -94,7 +88,6 @@ const REDACTED_IDENTIFIERS = new Set(
'transactionid',
'twilio_token',
'user_session',
'uuid',
'voterid',
'x-auth-token',
'x_api_key',
Expand Down

0 comments on commit 094569e

Please sign in to comment.