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 d39c132 commit b56f545Copy full SHA for b56f545
tests/Functional/Fixtures/varnish-4/ban.vcl
@@ -30,6 +30,7 @@ sub vcl_backend_response {
30
}
31
32
sub vcl_deliver {
33
+
34
# Keep ban-lurker headers only if debugging is enabled
35
if (!resp.http.X-Cache-Debug) {
36
# Remove ban-lurker friendly custom headers when delivering to client
0 commit comments