-
AOC v1.7.11
Stablereleased this
2026-04-27 08:39:33 +00:00 | 4 commits to main since this releaseHotfix: CSP unsafe-eval for Alpine.js
Fixed
- Added
'unsafe-eval'toscript-srcin the Content-Security-Policy header. - Alpine.js v3 uses
new Function()internally to evaluate expressions, which requiresunsafe-evalunder CSP. - Without this, the UI fails to initialise and auth buttons do not render.
export AOC_VERSION=v1.7.11 docker compose -f docker-compose.prod.yml pull docker compose -f docker-compose.prod.yml up -dDownloads
- Added