Re: [whatwg/fetch] Secure cookies should be permitted on secure requests, not just where there is a `https` scheme (Issue #1827)

annevk left a comment (whatwg/fetch#1827)

So the proposal here is to use https://w3c.github.io/webappsec-secure-contexts/#is-url-trustworthy on request's current URL instead of doing a scheme check? That's probably reasonable. (This does make me recall we never quite fully settled how Secure Contexts and HTML integrate, but that isn't really a blocker.)

The initial PR was doing a secure context check on request's client, which is quite a bit different.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/1827#issuecomment-2894540912
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/fetch/issues/1827/2894540912@github.com>

Received on Tuesday, 20 May 2025 14:03:19 UTC