mirror of
https://github.com/DirectoryLister/DirectoryLister.git
synced 2025-08-23 22:24:18 +02:00
Removed 'must-revalidate' from Cache-Control header
This commit is contained in:
@@ -29,6 +29,6 @@ class CacheMiddleware
|
||||
}
|
||||
}
|
||||
|
||||
return $response->withHeader('Cache-Control', 'max-age=0, must-revalidate');
|
||||
return $response->withHeader('Cache-Control', 'max-age=0');
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user