File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
app/code/Magento/PageCache/etc Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ sub vcl_recv {
108
108
#unset req.http.Cookie;
109
109
}
110
110
111
- # Authenticated graphQL customers should not be cached by default
111
+ # Authenticated GraphQL requests should not be cached by default
112
112
if (req.url ~ " /graphql" && req.http.Authorization ~ " ^Bearer" ) {
113
113
return (pass );
114
114
}
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ sub vcl_recv {
109
109
#unset req.http.Cookie;
110
110
}
111
111
112
- # Authenticated graphQL customers should not be cached by default
112
+ # Authenticated GraphQL requests should not be cached by default
113
113
if (req.url ~ " /graphql" && req.http.Authorization ~ " ^Bearer" ) {
114
114
return (pass );
115
115
}
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ sub vcl_recv {
109
109
#unset req.http.Cookie;
110
110
}
111
111
112
- # Authenticated graphQL customers should not be cached by default
112
+ # Authenticated GraphQL requests should not be cached by default
113
113
if (req.url ~ " /graphql" && req.http.Authorization ~ " ^Bearer" ) {
114
114
return (pass );
115
115
}
You can’t perform that action at this time.
0 commit comments