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

release/v1.7
Lunny Xiao 5 years ago committed by techknowlogick
parent b76d899f7a
commit acb9ae4c4d

@ -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) {

Loading…
Cancel
Save