Merge pull request #450 from lukashass/master

Allow the use of credentials when fetching manifest.json
This commit is contained in:
James Barnsley
2019-10-20 08:39:32 +13:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
<meta content="width=device-width, initial-scale=1" name="viewport" />
<meta name="viewport" content="width=device-width" />
<link rel="manifest" href="/iris/manifest.json" />
<link rel="manifest" href="/iris/manifest.json" crossorigin="use-credentials" />
<!-- App setup -->
<meta name="apple-mobile-web-app-capable" content="yes" />

View File

@ -7,7 +7,7 @@
<meta content="width=device-width, initial-scale=1" name="viewport" />
<meta name="viewport" content="width=device-width" />
<link rel="manifest" href="/iris/manifest.json" />
<link rel="manifest" href="/iris/manifest.json" crossorigin="use-credentials" />
<!-- App setup -->
<meta name="apple-mobile-web-app-capable" content="yes" />