getsentry / rrweb

record and replay the web
https://www.rrweb.io/
Other
9 stars 5 forks source link

Input attributes are masked for elements with "unmask" class #79

Closed billyvg closed 1 year ago

billyvg commented 1 year ago

When maskAllText is on, attributes are always masked even if the element has a class matching unmaskSelector.

e.g. <input placeholder="This should be unmasked" class="rr-unmask" />