There was an error while loading. Please reload this page.
1 parent 42f4783 commit 639126eCopy full SHA for 639126e
resources/config/varnish/fos_user_context.vcl
@@ -82,7 +82,7 @@ sub fos_user_context_recv {
82
sub fos_user_context_hash {
83
if (req.http.accept == "application/vnd.fos.user-context-hash") {
84
hash_data(req.http.Cookie);
85
- hash_data(req.http.Autorization);
+ hash_data(req.http.Authorization);
86
}
87
88
0 commit comments