File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -62,6 +62,7 @@ urlPrefix:https://www.ietf.org/archive/id/draft-annevk-johannhof-httpbis-cookies
62
62
url:name-store-a-cookie;text:store a cookie
63
63
url:name-retrieve-cookies;text:retrieve cookies
64
64
url:name-serialize-cookies;text:serialize cookies
65
+ url:name-garbage-collect-cookies;text:garbage collect cookies
65
66
66
67
<!-- TODO: pending HTML changes- ancestor enum (https://github.com/whatwg/html/pull/10559), has storage access bit, initiator origin plumbing -->
67
68
urlPrefix:https://html.spec.whatwg.org#;type:dfn;spec:html
@@ -4338,6 +4339,9 @@ given a <a for=/>request</a> <var>request</var>, run these steps:
4338
4339
|isSecure|, <var> request</var> 's <a for=request>current URL</a>' s <a for=url>host</a> ,
4339
4340
<var> request</var> 's <a for=request>current URL</a>' s <a for=url>path</a> , |httpOnlyAllowed|,
4340
4341
|allowNonHostOnlyCookieForPublicSuffix|, and |sameSiteStrictOrLaxAllowed|.
4342
+
4343
+ <li><p> <a>Garbage collect cookies</a> given <var> request</var> 's
4344
+ <a for=request>current URL</a> 's <a for=url>host</a> .
4341
4345
</ol>
4342
4346
</ol>
4343
4347
</div>
You can’t perform that action at this time.
0 commit comments