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 85ad84c commit 1d497f5Copy full SHA for 1d497f5
varnish/default.vcl
@@ -208,10 +208,10 @@ sub vcl_backend_response {
208
set beresp.ttl = 1d;
209
}
210
211
- # Remove the Set-Cookie header when a specific Wordfence cookie is set
+ # Remove the Set-Cookie header when a specific Wordfence cookie is set
212
if (beresp.http.Set-Cookie ~ "wfvt_|wordfence_verifiedHuman") {
213
- unset beresp.http.Set-Cookie;
214
- }
+ unset beresp.http.Set-Cookie;
+ }
215
216
if (beresp.http.Set-Cookie) {
217
set beresp.http.X-Cacheable = "NO:Got Cookies";
0 commit comments