Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Cookies #2236

Merged
merged 2 commits into from
Nov 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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