add expiration:0 header to a

missed cache request
This commit is contained in:
shimon
2024-06-25 22:44:28 +03:00
parent 8dbf887ab1
commit ffbc98c241
+1
View File
@@ -462,6 +462,7 @@ App::init()
->setContentType($cacheLog->getAttribute('mimeType'))
->send($data);
} else {
$response
->addHeader('Cache-Control', 'no-cache, no-store, must-revalidate')
->addHeader('Pragma', 'no-cache')