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

Sorry, talking on IRC I realize I was not specific enough in my previous posts here.

When I saw "same-origin Request" above, I mean `Request.mode === 'same-origin'`; not just a same-origin URL.  In other words, the Request has a policy to reject cross-origin URLs.

-- 
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-342946621

Received on Wednesday, 8 November 2017 20:20:15 UTC