Added crossorigin=use-credentials to manifest.json, so that credentials are passed and it is propery downloaded

This commit is contained in:
Alejandro Celaya 2020-10-03 11:00:56 +02:00
parent b151b7eedb
commit 049510f513

View file

@ -9,7 +9,7 @@
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">
<!-- FavIcon itself -->
<link rel="icon" type="image/x-icon" href="%PUBLIC_URL%/favicon.ico">