mirror of
https://github.com/servo/servo
synced 2026-05-11 17:37:21 +02:00
This updates the existing algorithm to handle three cases rather than the previous two. The spec was updated afterwards and wasn't reflected in the code yet. The usage of `response.redirect_taint` is in [1], but we don't implement that quite right either. However, postponing that to a future PR to keep things manageable. Part of #41807 [1]: https://fetch.spec.whatwg.org/#fetch-finale Signed-off-by: Tim van der Lippe <tvanderlippe@gmail.com>