microsoft / clarity-js

This library has moved and is now available at
https://github.com/microsoft/clarity
Other
220 stars 32 forks source link

Privacy: Turn ON masking as a permanent, non-configurable feature #137

Closed ssivov closed 5 years ago

ssivov commented 5 years ago

The only way to unmask data is for the webmaster himself to explicitly add a "data-clarity-unmask" to the node.

ssivov commented 5 years ago

Because of the simpler, more straightforward masking architecture, privacy testing is now more robust and is more reliable:

82 #Closed

toby-walker commented 5 years ago
y: "pageY" in evt ? evt.pageY : ("clientY" in evt ? evt["clientY"] + de.scrollTop : null),

Could you integrate the other open PR to round pointer/mouse coordinates? #WontFix


Refers to: src/plugins/pointer/mouse.ts:13 in e012cef. [](commit_id = e012cefb00776988b36cec9ba325c1dad8eaefc9, deletion_comment = False)

ssivov commented 5 years ago
y: "pageY" in evt ? evt.pageY : ("clientY" in evt ? evt["clientY"] + de.scrollTop : null),

Let's just have Sarvesh merge that one, no need to duplicate?


In reply to: 467950926 [](ancestors = 467950926)


Refers to: src/plugins/pointer/mouse.ts:13 in e012cef. [](commit_id = e012cefb00776988b36cec9ba325c1dad8eaefc9, deletion_comment = False)