Skip to content

Commit

Permalink
fix: add crossorgin use-credentials to manifest.json link
Browse files Browse the repository at this point in the history
  • Loading branch information
amcgee committed Sep 14, 2021
1 parent 0da26e8 commit 57483f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
-->
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<link rel="manifest" crossorigin="use-credentials" href="%PUBLIC_URL%/manifest.json" />
<meta name="msapplication-config" content="browserconfig.xml" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<link
Expand Down

0 comments on commit 57483f5

Please sign in to comment.