diff --git a/modules/system/classes/CombineAssets.php b/modules/system/classes/CombineAssets.php index b2c32f9f3..943521f0a 100644 --- a/modules/system/classes/CombineAssets.php +++ b/modules/system/classes/CombineAssets.php @@ -245,6 +245,7 @@ class CombineAssets header_remove(); $response = Response::make(); $response->header('Content-Type', $mime); + $response->header('Cache-Control', 'private, max-age=604800'); $response->setLastModified(new DateTime($lastModifiedTime)); $response->setEtag($etag); $response->setPublic();