Skip to content

Commit

Permalink
Document host precondition in cookie-clearing algorithm
Browse files Browse the repository at this point in the history
  • Loading branch information
svendlarsen committed Jul 16, 2024
1 parent a73cd0d commit b38cf7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -760,6 +760,7 @@ spec. It would be nice to unify these in the future.</p>
To <dfn>clear cookies for host</dfn> given a [=host=] |host|, perform the
following steps:

1. [=Assert=]: |host|'s [=host/registrable domain=] is |host| or null.
1. Let |cookieList| be a set of cookies, initially empty.
1. [=list/For each=] cookie |cookie| in the [=cookie store=]:
1. If |cookie| is not [=partitioned cookie|partitioned=]:
Expand Down

0 comments on commit b38cf7c

Please sign in to comment.