| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| astro@5.16.4 source code.tar.gz | 2025-12-03 | 43.4 MB | |
| astro@5.16.4 source code.zip | 2025-12-03 | 46.4 MB | |
| README.md | 2025-12-03 | 611 Bytes | |
| Totals: 3 Items | 89.9 MB | 0 | |
Patch Changes
-
#14940
2cf79c2Thanks @ematipico! - Fixes a bug where Astro didn't properly combine CSP resources from thecspconfiguration with those added using the runtime API (Astro.csp.insertDirective()) to form grammatically correct CSP headersNow Astro correctly deduplicate CSP resources. For example, if you have a global resource in the configuration file, and then you add a a new one using the runtime APIs.