mirror of
https://github.com/immich-app/immich.git
synced 2026-05-21 14:36:30 -04:00
e5908f2508
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