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 78e2847 commit f97bceeCopy full SHA for f97bcee
tests/Functional/Fixtures/varnish-3/ban.vcl
@@ -31,7 +31,7 @@ sub vcl_fetch {
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