Skip to content

Commit

Permalink
fix bug manifest.json will not request with cookie so that session wi…
Browse files Browse the repository at this point in the history
…ll created every request (#6372) (#6382)
  • Loading branch information
lunny authored and techknowlogick committed Mar 20, 2019
1 parent 1681530 commit 00619a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/base/head.tmpl
Expand Up @@ -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) {
Expand Down

0 comments on commit 00619a0

Please sign in to comment.