- From: Ben Kelly <notifications@github.com>
- Date: Thu, 11 Nov 2021 12:30:19 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 11 November 2021 20:30:32 UTC
So I started working on a pull request to remove the `tainted origin flag` and replace it with an algorithm that operates on the `URL list`. I realized, though, we can't propagate the `URL list` to a CORS preflight without side effects. Mainly, it would reduce the redirect count permitted for preflights by however large the original request's `URL list` is. So I guess for now the easiest thing to do is propagate both the `tainted origin flag` and the `URL list` when constructing an unmodified copy of another request. -- 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/1335#issuecomment-966604579
Received on Thursday, 11 November 2021 20:30:32 UTC