WICG / anonymous-iframe

Give developers the ability to embed third party HTML documents inside a new and ephemeral context. In return, COEP embedding rules can be relaxed. Thanks to anonymous iframe, developers using COEP can now embed third party content that do not.
Other
25 stars 9 forks source link

window.anonymous reference leftover in explainer #8

Closed domenic closed 2 years ago

domenic commented 2 years ago

The state of the anonymous flag is exposed to the Window through a read-only constant attribute:

window.anonymous

It is true for Window loaded immediately inside an anonymous iframe, or deeper below it.

This should presumably be window.isAnonymouslyFramed.

ArthurSonzogni commented 2 years ago

Thanks! I will make an update.