fix(ui): add use-credentials to the manifest link

Fixes #1341
This commit is contained in:
Łukasz Mierzwa
2020-01-15 13:21:27 +00:00
parent e87dfc5d81
commit 959a45a5e9

View File

@@ -11,7 +11,11 @@
manifest.json provides metadata used when your web app is added to the
homescreen on Android. See https://developers.google.com/web/fundamentals/engage-and-retain/web-app-manifest/
-->
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<link
rel="manifest"
href="%PUBLIC_URL%/manifest.json"
crossorigin="use-credentials"
/>
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico" />
<link
rel="stylesheet"