FIX Add must-revalidate to default state so its common on all our core states

This commit is contained in:
Daniel Hensby 2018-07-05 22:51:03 +01:00
parent 997730aa7f
commit 842b39e988
No known key found for this signature in database
GPG Key ID: D8DEBC4C8E7BC8B9
1 changed files with 1 additions and 0 deletions

View File

@ -94,6 +94,7 @@ class HTTPCacheControlMiddleware implements HTTPMiddleware, Resettable
],
self::STATE_DEFAULT => [
'no-cache' => true,
'must-revalidate' => true,
],
];