mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
FIX Add must-revalidate to default state so its common on all our core states
This commit is contained in:
parent
9e829c1607
commit
18b7dc235a
@ -94,6 +94,7 @@ class HTTPCacheControlMiddleware implements HTTPMiddleware, Resettable
|
||||
],
|
||||
self::STATE_DEFAULT => [
|
||||
'no-cache' => true,
|
||||
'must-revalidate' => true,
|
||||
],
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user