Skip to content

Commit 2f33c59

Browse files
authored
Merge pull request #111 from magearhiopterecs/fix_for_route_customer-section-load
The route '/customer/section/load' added as uncacheable
2 parents 7c0c28e + cefde71 commit 2f33c59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: etc/vcl_snippets/recv.vcl

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181

8282
# Pass on checkout URLs. Because it's a snippet we want to execute this after backend selection so we handle it
8383
# in the request condition
84-
if (req.url ~ "/(catalogsearch|checkout)") {
84+
if (req.url ~ "/(catalogsearch|checkout|customer/section/load)") {
8585
set req.http.x-pass = "1";
8686
# Pass all admin actions
8787
} else if ( req.url ~ "^/(index\.php/)?admin(_.*)?/" ) {

0 commit comments

Comments
 (0)