LogoLogo
HomepageSign Up
  • Product Docs
  • API Docs
  • Changelog
  • Onboarding checklist
  • USE CASE
    • Request screen recordings
      • Screen recording experience
        • Remove countdown before recording starts
      • Collection methods
      • Browser compatibility
      • Metadata collected
      • Capture console logs and network
      • Internationalization
      • Notifications
      • AI Suggest
      • AI transcript & summary
    • Send screen recordings
      • Share recordings
      • Send recordings with a GIF preview
      • Editing video
      • Chrome extension
        • Troubleshoot
    • Live screen sharing & video call
      • Live sessions recording and triggers
      • Live screensharing VS co-browsing
  • INTEGRATIONS
    • Intercom
      • Install and set up
      • Messenger editor (recommended)
      • Home messenger
        • Customize the call-to-action text in Intercom
      • Conversation sidebar
      • Operator
        • Customize the call-to-action text
      • Embed videos in Help Center
      • Analytics
    • 🟢Zendesk
      • Install and set up
      • Ticket editor
        • Change text content inserted in Zendesk editor
      • Zendesk forms
      • Zendesk auto-reply
      • Zendesk macros
      • Forward recordings to Zendesk
      • Analytics
    • 🟣Help Scout
      • Screen recording
      • Content library
    • 🔵Gist
    • 🟢Freshdesk
      • Freshdesk Portal
      • Analytics
    • 🟢Freshchat
    • Chrome extension
    • Slack
    • Installing Screendesk script
  • Settings
    • Billing
      • Cancelling your plan
    • User management
      • User roles and permissions
      • Transferring Account Ownership
    • Personal settings
    • Customization
      • White label
      • Customize live rooms
      • Customize recorder
  • Security
    • Security features
      • Storage Location
      • Hide sensitive data
      • Two-factor authentication
      • Remote log out
      • Auto deletion of recordings
      • Restrict access to recordings
      • SAML SSO
      • SCIM
Powered by GitBook
On this page

Was this helpful?

Export as PDF
  1. Security
  2. Security features

Hide sensitive data

PreviousStorage LocationNextTwo-factor authentication

Last updated 1 year ago

Was this helpful?

This feature is available on the .

Screendesk can automatically blur out sensitive data in your web app. It only covers the text that needs to be hidden, so the rest of your app looks the same. This keeps the app safe to use without losing any context.

  1. Install Screendesk: First, ensure that the Screendesk snippet is installed in your web application. This is a prerequisite for the blurring feature to work.

  2. Navigate to Settings: Go to account settings, then visit the security tab.

  3. You need to have at least one selector to enable the blurring feature.

If your app already marks sensitive data with certain classes, just use those as your selectors. To find a class name or id, right-click the element, select Inspect, and note down the identifier you see.

Remember to start class names with a dot (.class), ids with a hash (#id).

Technical details

  • Blurring will persist across page reloads.

  • Content will be blurred even if the user has multiple tabs opened.

  • We use Websockets to communicate with your page.

  • We use sessionStorage to keep track of the state of the blurring. If the blurring continues after the recording ends, simply close the tab. Then reopen the tab.

  • Users can blur/unblur content directly from the recorder.

To use Screendesk to blur out sensitive information, first pinpoint where this data is in your app. You do this by using the tag name, class, or id of the areas you want to hide, similar to how you'd use the .

DOM querySelector() API
Pro plan