Open pauldambra opened 8 months ago
if you have a page that you don't control which embeds your site in an iframe and your site embeds another site in an iframe
so you have
https:/one-domain
if https://two-domain was the top-level page we could support cross origin recording but becaue it's an iframe we don't support it
this should need a change to rrweb but should be possible to support
see https://posthoghelp.zendesk.com/agent/tickets/12001
see also https://github.com/PostHog/rrweb/blob/posthog/packages/rrweb/src/record/index.ts#L95-L109
if you have a page that you don't control which embeds your site in an iframe and your site embeds another site in an iframe
so you have
https:/one-domain
if https://two-domain was the top-level page we could support cross origin recording but becaue it's an iframe we don't support it
this should need a change to rrweb but should be possible to support
see https://posthoghelp.zendesk.com/agent/tickets/12001