Skip to content

Commit

Permalink
Add Cookies (#2236)
Browse files Browse the repository at this point in the history
* Add Cookies

* Update features/cookies.yml

Co-authored-by: Daniel D. Beck <[email protected]>

---------

Co-authored-by: Daniel D. Beck <[email protected]>
  • Loading branch information
Elchi3 and ddbeck authored Nov 20, 2024
1 parent 4b8e5d4 commit a76c92d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 9 deletions.
8 changes: 5 additions & 3 deletions features/draft/spec/rfc6265.yml → features/cookies.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
draft_date: 2024-10-21
name: HTTP State Management Mechanism
description: TODO
name: Cookies
description: The `Set-Cookie` HTTP header stores limited amounts of data that persist across request and response, creating shared state between the browser and server.
spec: https://httpwg.org/specs/rfc6265.html
status:
compute_from: http.headers.Cookie
compat_features:
- api.Document.cookie
- http.headers.Cookie
- http.headers.Set-Cookie
- http.headers.Set-Cookie.HttpOnly
Expand Down
19 changes: 13 additions & 6 deletions features/draft/spec/rfc6265.yml.dist → features/cookies.yml.dist
Original file line number Diff line number Diff line change
@@ -1,13 +1,20 @@
# Generated from: rfc6265.yml
# Generated from: cookies.yml
# Do not edit this file by hand. Edit the source file instead!

status:
baseline: false
baseline: high
baseline_low_date: 2015-07-29
baseline_high_date: 2018-01-29
support:
chrome: "91"
chrome_android: "91"
edge: "91"
chrome: "1"
chrome_android: "18"
edge: "12"
firefox: "1"
firefox_android: "4"
safari: "1"
safari_ios: "1"
compat_features:
# ⬇️ Same status as overall feature ⬇️
# baseline: high
# baseline_low_date: 2015-07-29
# baseline_high_date: 2018-01-29
Expand All @@ -19,6 +26,7 @@ compat_features:
# firefox_android: "4"
# safari: "1"
# safari_ios: "1"
- api.Document.cookie
- http.headers.Cookie
- http.headers.Set-Cookie
- http.headers.Set-Cookie.Max-Age
Expand Down Expand Up @@ -93,7 +101,6 @@ compat_features:
# edge: "86"
- http.headers.Set-Cookie.SameSite.Lax_default

# ⬇️ Same status as overall feature ⬇️
# baseline: false
# support:
# chrome: "91"
Expand Down

0 comments on commit a76c92d

Please sign in to comment.