- From: Jan-Ivar Bruaroey via GitHub <sysbot+gh@w3.org>
- Date: Wed, 24 Mar 2021 00:00:18 +0000
- To: public-webrtc-logs@w3.org
> two new requirements - (1) site-isolation and (2) a new header. @elad Great to hear! — To clarify, By _"site-isolation"_ do you mean COOP+COEP or just COEP? — I don't think COOP matters here, except making it simpler to talk about perhaps (mapping 1-1 with [window.crossOriginIsolated](https://developer.mozilla.org/en-US/docs/Web/API/WindowOrWorkerGlobalScope/crossOriginIsolated)). > Resources are same-process with their embedding document, and therefore cannot reasonably expect to be fully protected from readability by those documents. I shudder using Spectre as a reason, but probably true. 👻 I think I'm ok with it. I [wan't planning to require](https://docs.google.com/presentation/d/1CeNeno5XuDhm1mpnVyE9eT14YKZgZUtgQsJfC8uqEpA/edit?ts=5fc7fcd2#slide=id.g786a1abc5c_1_94) headers for resources either. cc @annevk @mystor To clarify what we're talking about, these are resources that set `Cross-Origin-Resource-Policy = "cross-origin"` but not `Access-Control-Allow-Origin`, keeping their opaqueness, yet would be captured by this feature. E.g. *"image2 canvas data CANNOT be read"* in this [example](https://marvelous-interesting-vessel.glitch.me/require-corp) (`/corp/logo.png` served [here](https://glitch.com/edit/#!/complex-fate-zone?path=server.js%3A18%3A50)). But I'm not 100% sure this isn't a problem. Are there sites out there serving personal info from cookies this way, relying on it being opaque? — A malicious site tricking a user for this permission could quickly steal personal info from all over the web this way. But as you point out, the same malicious site could use Spectre for this today without permission. -- GitHub Notification of comment by jan-ivar Please view or discuss this issue at https://github.com/w3c/mediacapture-screen-share/issues/155#issuecomment-805359818 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 24 March 2021 00:00:21 UTC