Merge pull request #823 from FrankPetrilli/patch-1

Add `use-credentials` to fetch manifest with cookies
This commit is contained in:
Dean Sheather 2019-07-10 09:46:17 +00:00 committed by GitHub
commit 72d71664b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@ module.exports = (options = {}) => merge(
short_name: "Coder",
description: "Run VS Code on a remote server",
background_color: "#e5e5e5",
crossorigin: "use-credentials",
icons: [{
src: path.join(root, "packages/web/assets/logo.png"),
sizes: [96, 128, 192, 256, 384],