We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 633c6df commit 2daaad0Copy full SHA for 2daaad0
src/Resources/skeleton/app/config.yml
@@ -98,3 +98,4 @@ fos_http_cache:
98
enabled: true
99
tags:
100
101
+ max_header_value_length: 4096
src/Resources/skeleton/web/app_dev.php
@@ -78,8 +78,5 @@
78
$kernel = new ContaoKernel('dev', true);
79
$response = $kernel->handle($request);
80
81
-// Remove the X-Cache-Tags header before sending the response
82
-$response->headers->remove(TagHeaderFormatter::DEFAULT_HEADER_NAME);
83
-
84
$response->send();
85
$kernel->terminate($request, $response);
0 commit comments