Redact sensitive data
Block sensitive data from being visible to support agents during a Cobrowse session.
Last updated
Block sensitive data from being visible to support agents during a Cobrowse session.
Within your applications you might show or input sensitive data such as credit card or social security numbers. With redaction you can configure anything so it is not seen by the agent.
Anything that is redacted never leaves the users device and is never seen by the agent.

In this mode you tell the SDK what must not be seen by the agent. This can be seen as a block list of views / elements that must not be show to the agent and must not be processed.
Private by default is a more strict mode where by default everything is redacted from the agent and views / elements must be configured to be seen or unredacted. This can be seen as an allow list of views / elements that can be seen by the agent, ensuring anything else will not be shown to the agent.
By defining redaction within your application's source code you tie a redaction configuration to that version. This can be useful for mobile applications that are submitted to App Stores ensuring as new versions are submitted, redaction remains as applied in older versions.
Redaction & unredaction can also be configured via our web dashboard.
https://cobrowse.io/dashboard/settings/redaction
Adding selectors via the dashboard can be useful if your application is already in production and you need to redact a view / element retrospectively, either due to a missed redaction entry or changing of requirements.
Please follow the specific documentation for your platform:
WebiOSAndroidReact NativeFlutter.Net MAUILast updated