- From: bvandersloot-mozilla <notifications@github.com>
- Date: Mon, 19 May 2025 08:13:15 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 19 May 2025 15:13:19 UTC
@bvandersloot-mozilla commented on this pull request. > +<div algorithm> +<p> To <dfn export>clear site cookies</dfn> for <a for=/>origin</a> <var>origin</var>, run these steps: + +<ol> + <li><p>Remove all cookies that were stored with a host is either equal to |origin|'s <a for=url>host</a>, + or have a <a>registrable domain</a> equal to |origin|'s <a for=url>host</a>'s <a>registrable domain</a>. + + <p class=XXX>The cookie specification doesn't yet have a way to do this algorithmically, so we + settle for this definition. +</ol> +</div> I wasn't pushing for it- I'll pull this out for now and once we have a caller queued up, we can add it. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1807#discussion_r2095942391 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/pull/1807/review/2851134781@github.com>
Received on Monday, 19 May 2025 15:13:19 UTC