• AOC v1.7.10
    All checks were successful
    CI / lint-and-test (push) Successful in 1m29s
    Release / build-and-push (push) Successful in 2m53s
    Stable

    tomas.kracmar released this 2026-04-27 08:32:35 +00:00 | 5 commits to main since this release

    Hotfix: 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/ttf resources, 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 -d
    
    Downloads