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 9ca60d9 commit e809086Copy full SHA for e809086
tests/Functional/Fixtures/varnish-4/ban.vcl
@@ -30,8 +30,7 @@ sub vcl_backend_response {
30
}
31
32
sub vcl_deliver {
33
-
34
- # Add extra headers if debugging is enabled
+ # 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
37
unset resp.http.x-url;
0 commit comments