react-lite-youtube-embed icon indicating copy to clipboard operation
react-lite-youtube-embed copied to clipboard

Embed doesn't add referrerpolicy

Open einstein95 opened this issue 7 months ago • 0 comments

Embeds seem to have stopped working with a CORS error (specifically NS_ERROR_DOM_COEP_FAILED, "Used to indicate that a resource load was blocked because of the Cross-Origin-Embedder-Policy response header.") Comparing the generated iframe to YouTube's, and the generated iframe lacks the referrerpolicy="strict-origin-when-cross-origin" attribute.

einstein95 avatar Jul 03 '24 16:07 einstein95