| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| astro@5.15.5 source code.tar.gz | 2025-11-10 | 43.4 MB | |
| astro@5.15.5 source code.zip | 2025-11-10 | 46.4 MB | |
| README.md | 2025-11-10 | 1.2 kB | |
| Totals: 3 Items | 89.8 MB | 0 | |
Patch Changes
-
#14712
91780cfThanks @florian-lefebvre! - Fixes a case where build'sprocess.envwould be inlined in the server output -
#14713
666d5a7Thanks @florian-lefebvre! - Improves fallbacks generation when using the experimental Fonts API -
#14743
dafbb1bThanks @matthewp! - ImprovesX-Forwardedheader validation to prevent cache poisoning and header injection attacks. Now properly validatesX-Forwarded-Proto,X-Forwarded-Host, andX-Forwarded-Portheaders against configuredallowedDomainspatterns, rejecting malformed or suspicious values. This is especially important when running behind a reverse proxy or load balancer.