mirror of
https://github.com/immich-app/immich.git
synced 2025-11-24 23:35:18 -05:00
The omission of additional cache-control directives implied the resource could be stored in shared/public caches, which is not desirable. In addition, the no-transform directive will ensure content is not unintentionally mangled. Fixes: #3014