Skip to content

Commit

Permalink
fix text obfuscation logic (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadman97 committed Mar 5, 2024
1 parent 71b2a12 commit 7384bca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rrweb/src/record/mutation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ export default class MutationBuffer {
text.node?.parentElement?.getAttribute('data-hl-record');
if (
(enableStrictPrivacy || obfuscateDefaultPrivacy) &&
highlightOverwriteRecord &&
!highlightOverwriteRecord &&
value
) {
value = obfuscateText(value);
Expand Down

0 comments on commit 7384bca

Please sign in to comment.