Skip to content

Commit ce646fd

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

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}} {{if .Repository.Name}}{{.Repository.Name}} - {{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)