forked from highlight/highlight
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve default privacy mode (highlight#7200)
## Summary Default privacy mode is missing a few fields and inputs. More aggressively obfuscate these fields for default privacy mode: - obfuscate all inputs - allow inputs to be recorded with `data-hl-record` attribute ## How did you test this change? 1) Set the privacy mode of the Highlight app to be "default" 2) Click around the app, touch inputs and fields 3) Close out session 4) View session https://www.loom.com/share/2473e236e70b424c9779ff76a242edec?sid=0707d37e-8799-4740-946a-191dcb8dc0cf ## Are there any deployment considerations? N/A ## Does this work require review from our design team? N/A
- Loading branch information
1 parent
f0836d9
commit 84110ac
Showing
5 changed files
with
23 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'highlight.run': minor | ||
--- | ||
|
||
Update default privacy mode to obfuscate all inputs by default. Allow user to override ofuscation with data-hl-record attribute. Fix regex expressions for telephone numbers and addresses. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule rrweb
updated
5 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters