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:
@@ -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="">
|
||||
|
||||
Reference in New Issue
Block a user