mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
f7c270a3ba
Existing implementation hardcodes the Vary header; swap to using Config layer instead Added test for changing the variable from config
14 lines
308 B
YAML
14 lines
308 B
YAML
---
|
|
Name: coreconfig
|
|
---
|
|
Upload:
|
|
# Replace an existing file rather than renaming the new one.
|
|
replaceFile: false
|
|
MySQLDatabase:
|
|
connection_charset: utf8
|
|
HTTP:
|
|
cache_control:
|
|
max-age: 0
|
|
must-revalidate: "true"
|
|
no-transform: "true"
|
|
vary: "Cookie, X-Forwarded-Protocol, User-Agent, Accept" |