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.
framework.http_cache.skip_response_headers
2 parents 2730377 + 7341fb5 commit 8dce54dCopy full SHA for 8dce54d
reference/configuration/framework.rst
@@ -119,6 +119,18 @@ Set of request headers that trigger "private" cache-control behavior on response
119
that don't explicitly state whether the response is public or private via a
120
Cache-Control directive. (default: Authorization and Cookie)
121
122
+skip_response_headers
123
+.....................
124
+
125
+**type**: ``array`` **default**: ``Set-Cookie``
126
127
+Set of response headers that will never be cached even when the response is cacheable
128
+and public.
129
130
+.. versionadded:: 6.3
131
132
+ The ``skip_response_headers`` option was introduced in Symfony 6.3.
133
134
allow_reload
135
............
136
0 commit comments