- From: Anne van Kesteren <notifications@github.com>
- Date: Mon, 19 May 2025 06:33:05 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 19 May 2025 13:33:09 UTC
@annevk commented on this pull request. > +</div> + +<div algorithm> +<p>To +<dfn id=parse-and-store-response-cookie-headers>parse and store response `<code>Set-Cookie</code>` headers</dfn>, +given a <a for=/>request</a> <var>request</var> and a <a for=/>response</a> <var>response</var>: + +<ol> + <li><p>If the user agent is configured to disable cookies for <var>request</var>, + then it should return. + + <li><p>Let |allowNonHostOnlyCookieForPublicSuffix| be false. + + <li><p>Let |isSecure| be false. + + <li><p>If <var>request</var>'s <a for=request>url</a>'s <a for=url>scheme</a> is This should probably be request's current URL? -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1807#pullrequestreview-2850789996 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/pull/1807/review/2850789996@github.com>
Received on Monday, 19 May 2025 13:33:09 UTC