From af320435740708c4a54ecdc52f9ba23f78476b42 Mon Sep 17 00:00:00 2001 From: "Michael[tm] Smith" Date: Thu, 25 Mar 2021 18:58:01 +0900 Subject: [PATCH] =?UTF-8?q?Drop=20the=20=E2=80=9CFeature=20Policy=20integr?= =?UTF-8?q?ation=E2=80=9D=20section?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/whatwg/xhr/pull/321 and https://github.com/whatwg/xhr/pull/295 --- xhr.bs | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/xhr.bs b/xhr.bs index bcd47ea..bfd10c9 100644 --- a/xhr.bs +++ b/xhr.bs @@ -103,7 +103,7 @@ archives:

This specification depends on the Infra Standard. [[!INFRA]]

This specification uses terminology from DOM, DOM Parsing and Serialization, Encoding, -Feature Policy, Fetch, File API, HTML, URL, Web IDL, and XML. +Fetch, File API, HTML, URL, Web IDL, and XML. [[!DOM]] [[!DOM-PARSING]] @@ -1579,12 +1579,6 @@ steps are: -

Feature Policy integration

- -

This specification defines a policy-controlled feature identified by the string -"sync-xhr". Its default allowlist is *. - -

Interface {{FormData}}