From c1a6c76043ebe0109aba7b59b8217a137ed60148 Mon Sep 17 00:00:00 2001 From: "Queen Vinyl Da.i'gyu-Kazotetsu" Date: Fri, 12 Jan 2024 05:10:01 -0800 Subject: [PATCH] Update Safari data for Alt-Svc HTTP header 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: https://github.com/WebKit/WebKit/commit/2162ae8bd6047aced442b0d00edce9b270dec870 Additional Notes: Fixes #21845. --- http/headers/Alt-Svc.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/http/headers/Alt-Svc.json b/http/headers/Alt-Svc.json index e0d80a6bd6ff7b..081b010ce46c38 100644 --- a/http/headers/Alt-Svc.json +++ b/http/headers/Alt-Svc.json @@ -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",