Skip to content

Commit

Permalink
Merge pull request #3 from Miniontoby/patch-1
Browse files Browse the repository at this point in the history
Added `crossorigin="use-credentials"` to manifest link tag
  • Loading branch information
endel authored Mar 19, 2024
2 parents acb259a + 0aea0a7 commit db03526
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@
<!--
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/
`crossorigin="use-credentials"` for when you locked this page behind an authenticated route
-->
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" crossorigin="use-credentials" />
<!--
Notice the use of %PUBLIC_URL% in the tags above.
It will be replaced with the URL of the `public` folder during the build.
Expand Down

0 comments on commit db03526

Please sign in to comment.