[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 6b1689e1df
commit 9865798766
Signed by: someonewithpc
GPG Key ID: 7D0C7EAFC9D835A0
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,