justinribeiro / lite-youtube

The fastest little YouTube web component on this side of the internet. The shadow dom web component version of Paul's lite-youtube-embed.
https://www.npmjs.com/package/@justinribeiro/lite-youtube
MIT License
836 stars 63 forks source link

Support for the anonymous attribute #72

Open mattmone opened 1 year ago

mattmone commented 1 year ago

iframes are getting the [anonymous] attribute for easy embedding on Cross Origin Isolated sites. perhaps having a detection for the [anonymous] attribute on the element and reflecting onto the iframe would allow for easy support of this.

[anonymous] attribute chromestatus: https://chromestatus.com/feature/5729461725036544

mattmone commented 1 year ago

note, in Chrome 110 [anonymous] has changed to [credentialless]

https://developer.chrome.com/blog/iframe-credentialless/