-
Notifications
You must be signed in to change notification settings - Fork 2.9k
COEP and cachestorage #4764
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
For opaque responses our idea was that while you can have a reference to them, the underlying body would never enter the COEP process. The only way to get the body into that process is via a service worker at which point it would be blocked due to it lacking the CORP header.
I think Firefox bugs to track these: |
It's a little bit unclear to me how |
I don't think the bitmap get's cleared. But that's besides the point. An
will fail with I don't understand COEP enough, but does this address the issue that @annevk brough up? |
@fserb step 4 of But yeah, I missed that it's highly dependent on state as well and that does seem to indicate that it cannot be used to smuggle bits. (We should probably clarify whether this weak reference is supposed to work across agent clusters, but that's a separate issue.) |
Fixed by #5114. |
@mikewest @annevk @arturjanc
(Sorry if this has already been discussed)
I saw https://mikewest.github.io/corpp/#issue-524333ea. The issue is not specific to service worker I think, because you can:
We may have a similar issue with postMessage and ImageBitmap which is transferable.
The text was updated successfully, but these errors were encountered: