IFrames support
To use Cobrowse for Web with cross document IFrames you will need to add a javascript snippet to the page being embedded.
Cross-document IFrames
CobrowseIO.trustedOrigins = [
'https://myexample.com', // parent origin to trust
'https://my-other-website.net' // another parent origin to trust
];
CobrowseIO.start();Code example
Redaction within cross-document IFrames
Redact sensitive dataRunning only in an IFrame
Last updated