From 31fc3ac039cea2137916a094bee5bef84b8d6ac4 Mon Sep 17 00:00:00 2001 From: "Michael[tm] Smith" Date: Wed, 28 Sep 2022 16:09:07 +0900 Subject: [PATCH] =?UTF-8?q?Delete=20never-implemented=20CSP=20=E2=80=9Cnav?= =?UTF-8?q?igate-to=E2=80=9D=20directive?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/w3c/webappsec-csp/pull/564. The “navigate-to” directive was removed from the CSP spec and no implementation of it ever shipped anywhere. Related MDN change: https://github.com/mdn/content/pull/21147 --- http/headers/Content-Security-Policy.json | 34 ----------------------- 1 file changed, 34 deletions(-) diff --git a/http/headers/Content-Security-Policy.json b/http/headers/Content-Security-Policy.json index 0f1944f5d7d66..a5b4855311a5d 100644 --- a/http/headers/Content-Security-Policy.json +++ b/http/headers/Content-Security-Policy.json @@ -628,40 +628,6 @@ } } }, - "navigate-to": { - "__compat": { - "mdn_url": "https://developer.mozilla.org/docs/Web/HTTP/Headers/Content-Security-Policy/navigate-to", - "spec_url": "https://w3c.github.io/webappsec-csp/#directive-navigate-to", - "support": { - "chrome": { - "version_added": false - }, - "chrome_android": "mirror", - "edge": "mirror", - "firefox": { - "version_added": false - }, - "firefox_android": "mirror", - "ie": { - "version_added": false - }, - "oculus": "mirror", - "opera": "mirror", - "opera_android": "mirror", - "safari": { - "version_added": false - }, - "safari_ios": "mirror", - "samsunginternet_android": "mirror", - "webview_android": "mirror" - }, - "status": { - "experimental": true, - "standard_track": true, - "deprecated": false - } - } - }, "object-src": { "__compat": { "mdn_url": "https://developer.mozilla.org/docs/Web/HTTP/Headers/Content-Security-Policy/object-src",