mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
20 lines
383 B
YAML
20 lines
383 B
YAML
---
|
|
Name: coreconfig
|
|
---
|
|
SilverStripe\Control\HTTP:
|
|
cache_control:
|
|
no-cache: true
|
|
no-store: true
|
|
must-revalidate: true
|
|
vary: "X-Requested-With, X-Forwarded-Protocol"
|
|
SilverStripe\Core\Manifest\VersionProvider:
|
|
modules:
|
|
silverstripe/framework: Framework
|
|
---
|
|
Name: httpconfig-dev
|
|
Only:
|
|
environment: dev
|
|
---
|
|
SilverStripe\Control\HTTP:
|
|
disable_http_cache: true
|