Re: [w3c/ServiceWorker] Require `[SecureContext]` for interfaces with `[Exposed=ServiceWorker]` or not? (Issue #1749)

As you know, ServiceWorkers can be executed only in the secure context, and the clients must be in the secure context to access it.  https://w3c.github.io/ServiceWorker/#secure-context
Therefore, even if there is no explicit SecureContext, I assume it actually be executed inside.

Is there any corner case scenarios having SecureContext or not matter?
...stepping back, in https://github.com/w3c/push-api/issues/397, you say Firefox has a way to run ServiceWorker without secure context.  Is that a case?

-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3c/ServiceWorker/issues/1749#issuecomment-2614763896
You are receiving this because you are subscribed to this thread.

Message ID: <w3c/ServiceWorker/issues/1749/2614763896@github.com>

Received on Monday, 27 January 2025 02:59:49 UTC