[Media] Add cache control directive to all files served

This commit is contained in:
Hugo Sales 2020-09-05 21:18:21 +00:00 committed by Hugo Sales
parent 922c435e28
commit 5663e5e58d
1 changed files with 1 additions and 0 deletions

View File

@ -74,6 +74,7 @@ abstract class Utils
'Content-Description' => 'File Transfer',
'Content-Type' => $mimetype,
'Content-Disposition' => HeaderUtils::makeDisposition($disposition, $output_filename ?: _m('untitled')),
'Cache-Control' => 'public',
],
$public = true,
$disposition = null,