mirror of
https://github.com/immich-app/immich.git
synced 2025-05-24 01:12:58 -04: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