-
AOC v1.7.10
Stablereleased this
2026-04-27 08:32:35 +00:00 | 5 commits to main since this releaseHotfix: CSP font-src directive
Fixed
- Added
font-src 'self' data:to the Content-Security-Policy header to allow embedded base64 fonts loaded by the UI. - Without this, browsers refuse to load
data:font/ttfresources, which can break icon fonts or custom typefaces.
export AOC_VERSION=v1.7.10 docker compose -f docker-compose.prod.yml pull docker compose -f docker-compose.prod.yml up -dDownloads
- Added