Bug 240016

Summary: BroadcastChannel instance in data URL dedicated worker can communicate with creator context
Product: WebKit Reporter: Andrew Williams <awillia>
Component: New BugsAssignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, cdumez, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: Safari Technology Preview   
Hardware: Unspecified   
OS: Unspecified   

Andrew Williams
Reported 2022-05-03 09:14:13 PDT
I wrote a test to determine whether a BroadcastChannel instance inside of a data URL dedicated worker can communicate with an instance in the site that created it, and it looks like it can in Safari Tech Preview 144: https://wpt.fyi/results/webmessaging/broadcastchannel/opaque-origin.html?label=experimental&label=master&aligned A data URL worker should have a unique opaque origin and shouldn't be able to communicate with a BroadcastChannel instance in the creator document, per the HTML standard.
Attachments
Chris Dumez
Comment 1 2022-05-03 15:43:12 PDT
EWS
Comment 2 2022-05-05 09:35:17 PDT
Committed r293841 (250314@main): <https://commits.webkit.org/250314@main> Reviewed commits have been landed. Closing PR #484 and removing active labels.
Radar WebKit Bug Importer
Comment 3 2022-05-05 09:36:13 PDT
Note You need to log in before you can comment on or make changes to this bug.