From cbf9ed4fdc1953d6f83f5e26efa9eeba3292baad Mon Sep 17 00:00:00 2001 From: Christophe Coevoet Date: Tue, 17 Oct 2023 13:31:05 +0200 Subject: [PATCH] Add spec URL for partitioned cookies (#20959) * Add spec URL for partitioned cookies * Apply suggestions from code review --------- Co-authored-by: Florian Scholz --- http/headers/Set-Cookie.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/http/headers/Set-Cookie.json b/http/headers/Set-Cookie.json index 43cf6a7566617a..3cb718cbb127d8 100644 --- a/http/headers/Set-Cookie.json +++ b/http/headers/Set-Cookie.json @@ -119,6 +119,8 @@ "Partitioned": { "__compat": { "description": "Partitioned", + "mdn_url": "https://developer.mozilla.org/docs/Web/HTTP/Headers/Set-Cookie#partitioned", + "spec_url": "https://datatracker.ietf.org/doc/html/draft-cutler-httpbis-partitioned-cookies#section-2.1", "support": { "chrome": { "version_added": "114"