Re: [whatwg/fetch] propagate request tainted origin flag and/or URL list through service workers (#1335)

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