diff --git a/app/controllers/shared/api.php b/app/controllers/shared/api.php index 2b0013db29..6d6bd72c91 100644 --- a/app/controllers/shared/api.php +++ b/app/controllers/shared/api.php @@ -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')