Files
Asher 208c81a072 Fix mistakenly encoding cookies to proxy
We use the cookie parser to remove the code-server token but by default
it encodes using encodeURIComponent, which encodes more than is strictly
necessary and can break proxied applications.

Now we pass the cookies through unchanged (other than removing the
code-server token).

Fixes #7927.
2026-08-06 13:06:00 -08:00
..
2026-08-06 12:35:34 -08:00
2026-06-16 11:27:53 -08:00
2025-10-28 16:10:56 -08:00
2024-10-17 20:32:21 -08:00
2023-08-29 14:25:24 -08:00
2022-12-06 13:28:27 -07:00