From d7e368af215a9d9f4d73754cc3847719c499683e Mon Sep 17 00:00:00 2001 From: Anton Bershanskiy <45960703+bershanskiy@users.noreply.github.com> Date: Mon, 19 May 2025 13:08:41 +0300 Subject: [PATCH] [HTTP] Remove Permissions-Policy directive document-domain Permissions-Policy directive `document-domain` was removed from spec[1]. It was only ever implemented in Chromium behind a flag, never enabled by default and was removed entirely in Chromium 110[2]. [1] https://github.com/whatwg/html/pull/8549 [2] https://github.com/chromium/chromium/commit/09ae39cb337e46a2f97a763e57986154b8af91eb --- http/headers/Permissions-Policy.json | 43 ---------------------------- 1 file changed, 43 deletions(-) diff --git a/http/headers/Permissions-Policy.json b/http/headers/Permissions-Policy.json index ec30196958a3ec..7e583bb12db7c9 100644 --- a/http/headers/Permissions-Policy.json +++ b/http/headers/Permissions-Policy.json @@ -499,49 +499,6 @@ } } }, - "document-domain": { - "__compat": { - "mdn_url": "https://developer.mozilla.org/docs/Web/HTTP/Reference/Headers/Permissions-Policy/document-domain", - "spec_url": "https://html.spec.whatwg.org/multipage/infrastructure.html#policy-controlled-features", - "support": { - "chrome": { - "version_added": "64", - "flags": [ - { - "type": "runtime_flag", - "name": "--enable-blink-features=ExperimentalProductivityFeatures" - } - ] - }, - "chrome_android": { - "version_added": false - }, - "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", - "webview_ios": "mirror" - }, - "status": { - "experimental": true, - "standard_track": true, - "deprecated": false - } - } - }, "encrypted-media": { "__compat": { "mdn_url": "https://developer.mozilla.org/docs/Web/HTTP/Reference/Headers/Permissions-Policy/encrypted-media",