Skip to content

Commit

Permalink
fix: typo in deny list
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldambra committed Mar 12, 2024
1 parent f22bd3d commit 5d2933c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extensions/replay/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const PAYLOAD_CONTENT_DENY_LIST = [
'mysql_pwd',
'privatekey',
'private_key',
'tokenconst',
'token',
]

// we always remove headers on the deny list because we never want to capture this sensitive data
Expand Down

0 comments on commit 5d2933c

Please sign in to comment.