Iframe embed, sandboxed correctly

The same hardening with the two flags sign-in actually needs. This is the recipe to hand a customer who insists on a sandbox.

Player runs on control.jefflowery.dev — third-party to this page
Sandbox allow-scripts allow-same-origin allow-popups allow-popups-to-escape-sandbox
Sign-in transport iframe, escalating to a popup when storage is unreachable
This page can read the viewer id no

The markup

<iframe
  src="https://control.jefflowery.dev/webplayer/video?identifyViewer=required&id=…&type=event"
  sandbox="allow-scripts allow-same-origin allow-popups allow-popups-to-escape-sandbox"
  allow="autoplay; fullscreen"
  title="Resi player"></iframe>

Expected

Messages reaching this page

Same as the plain iframe case.

nothing yet