Skip to content

Commit acb9ae4

Browse files
lunnytechknowlogick
authored andcommitted
fix bug manifest.json will not request with cookie so that session will created every request (#6372) (#6383)
1 parent b76d899 commit acb9ae4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/base/head.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1">
66
<meta http-equiv="x-ua-compatible" content="ie=edge">
77
<title>{{if .Title}}{{.Title}} - {{end}}{{AppName}}</title>
8-
<link rel="manifest" href="{{AppSubUrl}}/manifest.json">
8+
<link rel="manifest" href="{{AppSubUrl}}/manifest.json" crossorigin="use-credentials">
99

1010
<script>
1111
if ('serviceWorker' in navigator) {

0 commit comments

Comments
 (0)