Skip to content

Commit 2f9fa15

Browse files
Firefox 143 supports Set-Cookie Http prefixes (#27930)
* Set-Cookie __Host-Http- from HostHttp * Update http/headers/Set-Cookie.json --------- Co-authored-by: Claas Augner <[email protected]>
1 parent a42944b commit 2f9fa15

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

http/headers/Set-Cookie.json

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -556,9 +556,17 @@
556556
},
557557
"chrome_android": "mirror",
558558
"edge": "mirror",
559-
"firefox": {
560-
"version_added": false
561-
},
559+
"firefox": [
560+
{
561+
"version_added": "143"
562+
},
563+
{
564+
"version_added": "142",
565+
"version_removed": "143",
566+
"partial_implementation": true,
567+
"notes": "`__Host-Http-` is supported under its original name `__HostHttp-`. See [bug 1982555](https://bugzil.la/1982555)."
568+
}
569+
],
562570
"firefox_android": "mirror",
563571
"oculus": "mirror",
564572
"opera": "mirror",
@@ -572,7 +580,7 @@
572580
"webview_ios": "mirror"
573581
},
574582
"status": {
575-
"experimental": true,
583+
"experimental": false,
576584
"standard_track": true,
577585
"deprecated": false
578586
}

0 commit comments

Comments
 (0)