Re: [whatwg/fetch] consider failing same-origin fetch requests that get a cross-origin cors Response synthesized by a service worker (#629)

FWIW the telemetry still does not show *any* hits on CORS responses synthesized on same-origin mode requests.  So we're going to go ahead with the rejection in this case.

We are looking at updating the tests in:

https://bugzilla.mozilla.org/show_bug.cgi?id=1427978

I think the spec change here probably just involves adding a bullet to step 3.2.3 here:

https://fetch.spec.whatwg.org/#http-fetch

We implemented like:

* request's mode is "same-origin" and response's type is "cors".

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/629#issuecomment-355297033

Received on Thursday, 4 January 2018 14:34:53 UTC