mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
e0c829f471
Removes X-Forwarded-Protocol in favour of the more standard X-Forwarded-Proto in the default Vary header config.
13 lines
308 B
YAML
13 lines
308 B
YAML
---
|
|
Name: coreconfig
|
|
---
|
|
SilverStripe\Control\HTTP:
|
|
cache_control:
|
|
max-age: 0
|
|
must-revalidate: "true"
|
|
no-transform: "true"
|
|
vary: "Cookie, X-Forwarded-Protocol, X-Forwarded-Proto, User-Agent, Accept"
|
|
SilverStripe\Core\Manifest\VersionProvider:
|
|
modules:
|
|
silverstripe/framework: Framework
|