Security update for Core, with self-updated composer
[yaffs-website] / vendor / symfony / http-foundation / ResponseHeaderBag.php
index 3223691eb6fe4ef5f79b245fdc734558a85d0e05..2b630d8a722764f01a602395c1a4cc24914aa19f 100644 (file)
@@ -281,7 +281,7 @@ class ResponseHeaderBag extends HeaderBag
     protected function computeCacheControlValue()
     {
         if (!$this->cacheControl && !$this->has('ETag') && !$this->has('Last-Modified') && !$this->has('Expires')) {
-            return 'no-cache';
+            return 'no-cache, private';
         }
 
         if (!$this->cacheControl) {