Skip to content

Commit 8679477

Browse files
Add BCD for Http and HostHttp cookie prefixes (#27724)
* Add BCD for Http and HostHttp cookie prefixes * Update http/headers/Set-Cookie.json Co-authored-by: Florian Scholz <[email protected]> * Update http/headers/Set-Cookie.json Co-authored-by: Florian Scholz <[email protected]> * Remove unwanted tag * Update generic cookie_prefixies to provide more meaning * Have both prefix features at the same level --------- Co-authored-by: Florian Scholz <[email protected]>
1 parent 7a7bdae commit 8679477

File tree

1 file changed

+33
-2
lines changed

1 file changed

+33
-2
lines changed

http/headers/Set-Cookie.json

Lines changed: 33 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -510,9 +510,9 @@
510510
}
511511
}
512512
},
513-
"cookie_prefixes": {
513+
"host_secure_prefixes": {
514514
"__compat": {
515-
"description": "Cookie prefixes",
515+
"description": "Cookie prefixes: `__Host-` and `__Secure-`",
516516
"tags": [
517517
"web-features:cookies"
518518
],
@@ -543,6 +543,37 @@
543543
"deprecated": false
544544
}
545545
}
546+
},
547+
"http_host-http_prefixes": {
548+
"__compat": {
549+
"description": "Cookie prefixes: `__Http-` and `__Host-Http-`",
550+
"support": {
551+
"chrome": {
552+
"version_added": "140"
553+
},
554+
"chrome_android": "mirror",
555+
"edge": "mirror",
556+
"firefox": {
557+
"version_added": false
558+
},
559+
"firefox_android": "mirror",
560+
"oculus": "mirror",
561+
"opera": "mirror",
562+
"opera_android": "mirror",
563+
"safari": {
564+
"version_added": false
565+
},
566+
"safari_ios": "mirror",
567+
"samsunginternet_android": "mirror",
568+
"webview_android": "mirror",
569+
"webview_ios": "mirror"
570+
},
571+
"status": {
572+
"experimental": true,
573+
"standard_track": true,
574+
"deprecated": false
575+
}
576+
}
546577
}
547578
}
548579
}

0 commit comments

Comments
 (0)