Skip to content

Commit

Permalink
Update Safari data for Alt-Svc HTTP header
Browse files Browse the repository at this point in the history
This PR updates and corrects version values for Safari (Desktop and iOS/iPadOS) for the `Alt-Svc` HTTP header. The data comes from a commit in the browser's source code, mapped to a version number using available tooling or via the commit timestamp.

Commit: WebKit/WebKit@2162ae8

Additional Notes: Fixes mdn#21845.
  • Loading branch information
queengooborg committed Jan 12, 2024
1 parent 46a5a44 commit c1a6c76
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion http/headers/Alt-Svc.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "preview"
"version_added": "17",
"impl_url": "https://webkit.org/b/255017"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
Expand Down

0 comments on commit c1a6c76

Please sign in to comment.