Fix accessing manifest behind basic auth

Apparently the manifest spec doesn't include sending credentials in an
attempt to be secure by default.

Fixes #1212.
This commit is contained in:
Asher
2019-12-09 11:25:59 -06:00
parent 015a99e87d
commit e5fc63f2c8
2 changed files with 2 additions and 2 deletions

View File

@@ -37,7 +37,7 @@
<!-- Workbench Icon/Manifest/CSS -->
<link rel="icon" href="./favicon.ico" type="image/x-icon" />
<link rel="manifest" href="./manifest.json">
<link rel="manifest" href="./manifest.json" crossorigin="use-credentials">
</head>
<body aria-label="">