withastro
astro
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
feat(csp): add CSP Level 3 directive support Add script-src-elem, script-src-attr, style-src-elem, and style-src-attr to allowed CSP directives. Add first-class config, rendering, and runtime API support for script-src-elem and style-src-elem with auto-generated hash forwarding. Tighten existing CSP tests to use structured directive parsing and assert absence of CSP3 directives when not configured. Signed-off-by: Andres Morey <andres@kubetail.com>
amorey:feat/csp-level3-directives
58 minutes ago
feat(csp): add CSP Level 3 directive support Add script-src-elem, script-src-attr, style-src-elem, and style-src-attr to allowed CSP directives. Add first-class config, rendering, and runtime API support for script-src-elem and style-src-elem with auto-generated hash forwarding. Tighten existing CSP tests to use structured directive parsing and assert absence of CSP3 directives when not configured. Signed-off-by: Andres Morey <andres@kubetail.com>
amorey:feat/csp-level3-directives
1 hour ago
feat(csp): add CSP Level 3 directive support Add script-src-elem, script-src-attr, style-src-elem, and style-src-attr to allowed CSP directives. Add first-class config, rendering, and runtime API support for script-src-elem and style-src-elem with auto-generated hash forwarding. Tighten existing CSP tests to use structured directive parsing and assert absence of CSP3 directives when not configured. Signed-off-by: Andres Morey <andres@andresmorey.com> Signed-off-by: Andres Morey <andres@kubetail.com>
amorey:feat/csp-level3-directives
1 hour ago
add changeset for assetQueryParams to inter-chunk JS dynamic imports fix (#16258)
jmurty:issue-16258
2 hours ago
Fixes @_@ not being stripped from CSS file names
atsbob:main
9 hours ago
chore: add changeset
piotrekwitkowski:fix/ssr-custom-elements-in-jsx
12 hours ago
fix: route custom elements in JSX through renderer pipeline for SSR The Astro compiler (.astro files) correctly treats custom elements (tags containing hyphens) as components via renderComponent(), allowing framework renderers like Lit to SSR them with Declarative Shadow DOM. The JSX runtime (used by MDX) sends ALL string-typed vnodes to renderElement() — pure string concatenation with no renderer check. Custom elements in MDX files never get SSR rendered. Add a single condition: string-typed vnodes containing a hyphen fall through to the existing renderComponentToString() path, matching the .astro compiler behavior (print-to-js.go:381).
piotrekwitkowski:fix/ssr-custom-elements-in-jsx
12 hours ago
Merge main into hono — resolve conflicts and rename Logger to AstroLogger
hono
23 hours ago
Latest Branches
CodSpeed Performance Gauge
0%
Add CSP Level 3 directive support (script-src-elem, style-src-attr)
#16283
1 hour ago
40296c8
amorey:feat/csp-level3-directives
CodSpeed Performance Gauge
0%
fix(core): fix append of assetQueryParams to inter-chunk JS *dynamic* imports (#16258)
#16282
3 hours ago
129af1b
jmurty:issue-16258
CodSpeed Performance Gauge
+1%
fix(build): strip @_@ pattern from CSS asset filenames to prevent inclusion in generated file names
#16264
2 days ago
4431dba
atsbob:main
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs