Bug 243252

Summary: WorkerGlobalScope.isSecureContext should be based on owner's top URL, not the owner's URL
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: WebCore Misc.Assignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Chris Dumez 2022-07-27 09:00:32 PDT
WorkerGlobalScope.isSecureContext should be based on owner's top-level creation URL, not the owner's URL:
- https://html.spec.whatwg.org/multipage/webappapis.html#secure-context

This means that if a worker created in a HTTPS iframe, under a HTTP top-level document should not be considered as secure.

This is causing us to fail the "HTTPS worker from HTTPS subframe" subtest on secure-contexts/basic-dedicated-worker.html WPT test. This test is passing in both Gecko and Blink.
Comment 1 Chris Dumez 2022-07-27 09:04:36 PDT
Pull request: https://github.com/WebKit/WebKit/pull/2780
Comment 2 EWS 2022-07-28 09:24:17 PDT
Committed 252913@main (abdef0407a12): <https://commits.webkit.org/252913@main>

Reviewed commits have been landed. Closing PR #2780 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2022-07-28 09:25:18 PDT
<rdar://problem/97727226>