Issue #2827047 by faline, tstoeckler: Add http.response.debug_cacheability_headers: true to development.services.yml
parent
ed730baa8c
commit
37db2b5a05
|
@ -2,6 +2,8 @@
|
||||||
#
|
#
|
||||||
# To activate this feature, follow the instructions at the top of the
|
# To activate this feature, follow the instructions at the top of the
|
||||||
# 'example.settings.local.php' file, which sits next to this file.
|
# 'example.settings.local.php' file, which sits next to this file.
|
||||||
|
parameters:
|
||||||
|
http.response.debug_cacheability_headers: true
|
||||||
services:
|
services:
|
||||||
cache.backend.null:
|
cache.backend.null:
|
||||||
class: Drupal\Core\Cache\NullBackendFactory
|
class: Drupal\Core\Cache\NullBackendFactory
|
||||||
|
|
Loading…
Reference in New Issue