Skip to content

Commit 1d497f5

Browse files
committed
Update default.vcl
1 parent 85ad84c commit 1d497f5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

varnish/default.vcl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -208,10 +208,10 @@ sub vcl_backend_response {
208208
set beresp.ttl = 1d;
209209
}
210210

211-
# Remove the Set-Cookie header when a specific Wordfence cookie is set
211+
# Remove the Set-Cookie header when a specific Wordfence cookie is set
212212
if (beresp.http.Set-Cookie ~ "wfvt_|wordfence_verifiedHuman") {
213-
unset beresp.http.Set-Cookie;
214-
}
213+
unset beresp.http.Set-Cookie;
214+
}
215215

216216
if (beresp.http.Set-Cookie) {
217217
set beresp.http.X-Cacheable = "NO:Got Cookies";

0 commit comments

Comments
 (0)