Files
browser/src/cdp
Navid EMAD 00c42dec4e http: inherit request URL fragment across fragment-less redirect
Per RFC 7231 §7.1.2, when a 3xx response carries a Location header
without a fragment, the user agent must process the redirect as if
the value inherited the fragment of the request URL. URL.resolve
follows RFC 3986 §5.3 which drops the base fragment, so handleRedirect
now reattaches the original fragment when the resolved target has none.

Closes #2263
2026-04-27 08:04:47 +02:00
..
2026-04-25 13:22:41 +08:00
2026-04-23 15:48:13 +08:00
2026-04-22 06:30:23 +08:00
2026-04-25 13:22:41 +08:00
2026-04-24 12:40:21 +01:00