-
@ArleyM This is for AR/VR stuff. As an embedder, just remove it from the embed code's
allow
: <iframe width="…" height="…" src="…" title="…" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> -
@ArleyM The embedded video may not need it, yet a next video may, but the values of the
allow
attribute can't be switched dynamically. If you remove it as an embedder, be sure to disable follow up videos being shown to be 100% safe not to break the experience.