To manage your account’s privacy settings, navigate to Privacy. There are four categories of settings:
Visibility
Configure the default visibility of your recorded sessions.
- Restricted (default): With this selection, only other admins can view sessions. You can make individual sessions viewable by anyone by Sharing sessions.
- Anyone: With this selection, anyone with a link to an individual session can watch it.
Inputs/Texts
Configure whether or not Session Rewind records inputs and text on and across pages.
- Default: Session Rewind will never record any information such us passwords, credit card numbers, or telephone numbers.
- Strict: Session Rewind will never record any information entered into inputs, selects, or textarea HTML elements.
If you'd like to manually exclude any sensitive data, you can add the attribute data-sr-redact to any html element such as div, input or textarea, for example:
<div class="columns" data-sr-redact></div>
<textarea data-sr-redact></textarea>
Pages
Configure whether or not Session Rewind records activity on certain URLs.
- Record All (default): Session Rewind will record activity on all pages with the Installation script.
- Allow List: Session Rewind will record only on the pages listed that have the Installation script.
- Block List: Session Rewind will record on all pages with the Installation script, except the pages listed.
IP Addresses
Configure whether or not Session Rewind records activity from specific IP addresses.