Files
servo/components/net/fetch
Tim van der Lippe 1442e9fbc5 net: Implement redirect taint for requests (#41824)
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>
2026-01-11 10:57:15 +00:00
..