From 80081a60f105f4bc515b740d24422f60285c6f25 Mon Sep 17 00:00:00 2001 From: "Queen Vinyl Da.i'gyu-Kazotetsu" Date: Tue, 12 Dec 2023 04:26:38 -0800 Subject: [PATCH] Update Safari data for http.headers.Content-Security-Policy.report-to (#21561) This PR updates and corrects version values for Safari (Desktop and iOS/iPadOS) for the `report-to` member of the `Content-Security-Policy` 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/42f5a93823a7f087a800cd65c6bc0551dbeb55d3 Additional Notes: This fixes #18442. --- http/headers/Content-Security-Policy.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http/headers/Content-Security-Policy.json b/http/headers/Content-Security-Policy.json index 8e4ea878a48e20..d545c347b5d38b 100644 --- a/http/headers/Content-Security-Policy.json +++ b/http/headers/Content-Security-Policy.json @@ -856,7 +856,7 @@ "opera": "mirror", "opera_android": "mirror", "safari": { - "version_added": false + "version_added": "16.4" }, "safari_ios": "mirror", "samsunginternet_android": "mirror",