From f87aa44d94240327fb4ab1dc756d70f71247edb4 Mon Sep 17 00:00:00 2001 From: Feng Yu Date: Mon, 2 Aug 2021 17:19:21 +0800 Subject: fix(extensions/fetch): Add Origin header to outgoing requests for fetch (#11557) --- tools/wpt/expectation.json | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) (limited to 'tools') diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json index dc33d70de..b09cbf34c 100644 --- a/tools/wpt/expectation.json +++ b/tools/wpt/expectation.json @@ -2646,26 +2646,7 @@ "request-headers-nonascii.any.html": true, "request-headers.any.html": [ "Fetch with PUT without body", - "Fetch with PUT with body", - "Fetch with POST without body", - "Fetch with POST with text body", - "Fetch with POST with FormData body", - "Fetch with POST with URLSearchParams body", - "Fetch with POST with Blob body", - "Fetch with POST with ArrayBuffer body", - "Fetch with POST with Uint8Array body", - "Fetch with POST with Int8Array body", - "Fetch with POST with Float32Array body", - "Fetch with POST with Float64Array body", - "Fetch with POST with DataView body", - "Fetch with POST with Blob body with mime type", - "Fetch with Chicken", - "Fetch with Chicken with body", - "Fetch with POST and mode \"same-origin\" needs an Origin header", - "Fetch with POST and mode \"no-cors\" needs an Origin header", - "Fetch with PUT and mode \"same-origin\" needs an Origin header", - "Fetch with TacO and mode \"same-origin\" needs an Origin header", - "Fetch with TacO and mode \"cors\" needs an Origin header" + "Fetch with POST without body" ], "text-utf8.any.html": true, "accept-header.any.html": [ -- cgit v1.2.3