Skip to content

Commit 2580a70

Browse files
committed
updated vcl to re-enable symfony profiler
1 parent 9d5de20 commit 2580a70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/platformsh/common/5.0/.platform/varnish.vcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ sub vcl_recv {
6161
set req.http.cookie = ";" + req.http.cookie;
6262
set req.http.cookie = regsuball(req.http.cookie, "; +", ";");
6363
set req.http.cookie = regsuball(req.http.cookie, ";(IBX_SESSION_ID[^=]*)=", "; \1=");
64-
set req.http.cookie = regsuball(req.http.cookie, ";(ibexa-[^=]*)=", "; \1=");
64+
set req.http.cookie = regsuball(req.http.cookie, ";(ibexa[-_][^=]*)=", "; \1=");
6565
set req.http.cookie = regsuball(req.http.cookie, ";[^ ][^;]*", "");
6666
set req.http.cookie = regsuball(req.http.cookie, "^[; ]+|[; ]+$", "");
6767

0 commit comments

Comments
 (0)