mirror of
https://github.com/moodle/moodle.git
synced 2025-04-15 13:33:52 +02:00
MDL-77797 filter_tex: Add public immutable caching headers
This commit is contained in:
parent
09fd61415e
commit
d0fe0bb391
@ -66,7 +66,10 @@ define('NO_MOODLE_COOKIES', true); // Because it interferes with caching
|
||||
}
|
||||
|
||||
if (file_exists($pathname)) {
|
||||
send_file($pathname, $image);
|
||||
send_file($pathname, $image, YEARSECS, 0, false, false, '', false, [
|
||||
'cacheability' => 'public',
|
||||
'immutable' => true,
|
||||
]);
|
||||
} else {
|
||||
if (debugging()) {
|
||||
echo "The shell command<br />$cmd<br />returned status = $status<br />\n";
|
||||
|
Loading…
x
Reference in New Issue
Block a user