From 334d67a74f93f33e8df941d748f7582da1c58950 Mon Sep 17 00:00:00 2001 From: Anne van Kesteren Date: Thu, 24 Aug 2017 16:48:59 +0200 Subject: [PATCH] Using integrity with "no-cors" is fine same-origin This exception also broke simple service worker passthrough handling. Tests: ... Fixes #583. --- fetch.bs | 3 --- 1 file changed, 3 deletions(-) diff --git a/fetch.bs b/fetch.bs index 839376071..1728f89ce 100644 --- a/fetch.bs +++ b/fetch.bs @@ -4979,9 +4979,6 @@ constructor must run these steps:
  • If r's request's method is not a CORS-safelisted method, then throw a TypeError. -

  • If request's integrity metadata is not the empty string, - then throw a TypeError. -

  • Set r's headers's guard to "request-no-cors".