-
AOC v1.7.18
Stablereleased this
2026-05-29 06:39:46 +00:00 | 0 commits to main since this releaseFrontend Fixes
Alpine.js SRI + CSP Restoration
- Reverted
@alpinejs/csp— the CSP build lacks support for template literals, optional chaining, andx-html, all used in the app template - Switched back to the regular
alpinejsbuild, pinned to 3.15.12 with a verified SRI hash (replaces the floating@3.x.xtag that caused integrity check failures) - Restored
unsafe-evaltoscript-src(required by Alpine.js'snew Function()expression evaluator);unsafe-inlinestays removed since inline scripts were already eliminated in v1.7.17
Roadmap
Phase 7.5: Frontend Modernization
Added Vue 3 + Vite migration plan to
ROADMAP.mdas the path toward a clean CSP withoutunsafe-eval.Docker Image
git.cqre.net/cqrenet/aoc-backend:v1.7.18Downloads
- Reverted