fix bug manifest.json will not request with cookie so that session will created every request (#6372) (#6382)

This commit is contained in:
Lunny Xiao 2019-03-20 10:19:16 +08:00 committed by techknowlogick
parent 16815306ad
commit 00619a04f7
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>{{if .Title}}{{.Title}} - {{end}}{{AppName}}</title>
<link rel="manifest" href="{{AppSubUrl}}/manifest.json">
<link rel="manifest" href="{{AppSubUrl}}/manifest.json" crossorigin="use-credentials">
<script>
if ('serviceWorker' in navigator) {