You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In latest Chrome at least, if I present a url of /presentation.html (ie within the same origin as the main page) but serve Cross-Origin-Opener-Policy: same-origin on that, chrome returns a blocked content page and closes the presentation. I don't fully understand how COOP/COEP should interact with presentation API to know if this is a proper bug as such, however it is perhaps something that could be specified explicitly in this document?
The text was updated successfully, but these errors were encountered:
In latest Chrome at least, if I present a url of /presentation.html (ie within the same origin as the main page) but serve
Cross-Origin-Opener-Policy: same-origin
on that, chrome returns a blocked content page and closes the presentation. I don't fully understand how COOP/COEP should interact with presentation API to know if this is a proper bug as such, however it is perhaps something that could be specified explicitly in this document?The text was updated successfully, but these errors were encountered: