Skip to content

Choose a tag to compare

@astrobot-houston astrobot-houston released this 03 Dec 17:03
· 5 commits to main since this release
141c676

Patch Changes

  • #14940 2cf79c2 Thanks @ematipico! - Fixes a bug where Astro didn't properly combine CSP resources from the csp configuration with those added using the runtime API (Astro.csp.insertDirective()) to form grammatically correct CSP headers

    Now 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.