From 6154ed358b91d0df1721211649ce8b6ee687b8b0 Mon Sep 17 00:00:00 2001 From: "Queen Vinyl Da.i'gyu-Kazotetsu" Date: Tue, 12 Dec 2023 04:22:26 -0800 Subject: [PATCH] Update Safari data for http.headers.Content-Security-Policy.script-src-elem (#21568) This PR updates and corrects version values for Safari (Desktop and iOS/iPadOS) for the `script-src-elem` member of the `Content-Security-Policy` HTTP header. This fixes #18911, 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 0c84a8cc7f0937..8e4ea878a48e20 100644 --- a/http/headers/Content-Security-Policy.json +++ b/http/headers/Content-Security-Policy.json @@ -1175,7 +1175,7 @@ "opera": "mirror", "opera_android": "mirror", "safari": { - "version_added": false + "version_added": "16.1" }, "safari_ios": "mirror", "samsunginternet_android": "mirror",