Web
Define redaction in your source code
CobrowseIO.redactedViews = ['.redacted', ...some other selectors...]CobrowseIO.redactedViews = [
'.redacted',
{ 'https://example.com/*' : [ 'input' ] }
]Define redaction via the web dashboard
Private by Default
CobrowseIO.redactedViews = ['body', '.redacted', ...some other selectors...]
CobrowseIO.unredactedViews = ['.unredacted', ...some other selectors...]Redaction Playground
Redaction PlaygroundLast updated