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

Address domenic issues #7 #8 #9 #10

Closed ArthurSonzogni closed 2 years ago

ArthurSonzogni commented 2 years ago

Issue 7: Renamed isAnonymouslyFramed => anonymouslyFramed. Issue 8: Remove window.anonymous reference leftover Issue 9: Avoid using "page" for the top-level document's nonce.


Preview | Diff

ArthurSonzogni commented 2 years ago

Thanks @domenic for the 3 issues you filled! I addressed them and made a corresponding change in Chrome. It only remains updating the demo.

Do you want to take a look before I land this change?