- From: Anne van Kesteren <notifications@github.com>
- Date: Wed, 06 Jun 2018 01:33:44 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 6 June 2018 08:34:06 UTC
Hmm, should we change the first conditional of step 5 of main fetch to: > request's current url's origin is same origin with request's origin, CORS flag is unset, and either request's tainted origin flag is unset or request's mode is not "cors" I think setting the CORS flag would not work since that would make "no-cors" follow CORS code paths. -- 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/pull/594#issuecomment-394988234
Received on Wednesday, 6 June 2018 08:34:06 UTC