mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-09-14 23:15:14 -04:00
Our redirect handling was "optimized" to re-use the same easy connection, at the cost of circumventing the entire pipeline. A redirect would not check the new target's robots.txt, rate limit, CORS, Web Auth, ... The new code simply restarts the pipeline (with a discriminator tag so that things like CDP can tell the difference between a redirected request and a new one).