FRONTEND
Astro v11.0.2
RESUMEN
Patch Changes - #17252 `eb6f97e` Thanks @matthewp! - Fixes trailing-slash handling for request paths that begin with a backslas
Descripción Detallada
Patch Changes - #17252 `eb6f97e` Thanks @matthewp! - Fixes trailing-slash handling for request paths that begin with a backslash With `trailingSlash: 'always'`, the standalone Node server could append a trailing slash to a request path that begins with a backslash (for example `/\example.com/foo`) and echo that path back in the `Location` header of a `301` response. Because browsers resolve a leading `\` the same way as `/`, the resulting `Location` could point off-site. Such paths are now recognized as internal paths, matching the existing handling for paths that begin with `//`, so they are no longer rewritten with a trailing slash. - Updated dependencies \: - @astrojs/internal-helpers@0.10.1
Explicación con IA
Genera un resumen en lenguaje claro de los cambios de este release.
Releases Relacionados
FRONTEND
Astro v5.2.2
### Patch Changes - [#17259](https://github.com/withastro/astro/pull/17259) [`ed6bea5`](https://github.com/withastro/astro/commit/ed6bea5ad9ff6036f7bc26cfbcb6f999142d16ef) Thanks [@astrobot-houston](https://github.com/astrobot-houston)! - Fixes proxy support by respecting `HTTP_PROXY` and `HTTPS_
FRONTEND
Astro v1.10.10
### Patch Changes - [#17269](https://github.com/withastro/astro/pull/17269) [`c72d4f2`](https://github.com/withastro/astro/commit/c72d4f2d55054d65d574aa38925f6b05550f0ed1) Thanks [@matthewp](https://github.com/matthewp)! - Fixes "Go To References" from `.ts` files missing usages inside `.astro` f