Skip to content

Commit

Permalink
IBX-8885: Restored ibexa cookies rule
Browse files Browse the repository at this point in the history
  • Loading branch information
ViniTou committed Sep 6, 2024
1 parent 421a738 commit 0713a9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/platformsh/common/4.6/.platform/varnish.vcl
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ sub vcl_recv {
set req.http.cookie = ";" + req.http.cookie;
set req.http.cookie = regsuball(req.http.cookie, "; +", ";");
set req.http.cookie = regsuball(req.http.cookie, ";(eZSESSID[^=]*)=", "; \1=");
set req.http.cookie = regsuball(req.http.cookie, ";(ibexa-[^=]*)=", "; \1=");
set req.http.cookie = regsuball(req.http.cookie, ";[^ ][^;]*", "");
set req.http.cookie = regsuball(req.http.cookie, "^[; ]+|[; ]+$", "");

Expand Down

0 comments on commit 0713a9d

Please sign in to comment.