From 64e322c0f5a85ca377d5f6910476fa15e6d3b44d Mon Sep 17 00:00:00 2001 From: "Queen Vinyl Da.i'gyu-Kazotetsu" Date: Tue, 12 Dec 2023 04:09:07 -0800 Subject: [PATCH] Update Safari data for http.headers.Content-Security-Policy.prefetch-src (#21574) This PR updates and corrects version values for Safari (Desktop and iOS/iPadOS) for the `prefetch-src` member of the `Content-Security-Policy` HTTP header. This fixes #19400, which contains the supporting evidence for this change. --- 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 107c0f153791e2..0c84a8cc7f0937 100644 --- a/http/headers/Content-Security-Policy.json +++ b/http/headers/Content-Security-Policy.json @@ -752,7 +752,7 @@ "opera": "mirror", "opera_android": "mirror", "safari": { - "version_added": false, + "version_added": "16.3", "impl_url": "https://webkit.org/b/185070" }, "safari_ios": "mirror",