Skip to content

Commit

Permalink
KPMP-1284: Added the crossorigin use credentials on manifest.json to …
Browse files Browse the repository at this point in the history
…force app to check credentials
  • Loading branch information
rlreamy committed Oct 16, 2019
1 parent 11175ec commit ff79d77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
manifest.json provides metadata used when your web app is added to the
homescreen on Android. See https://developers.google.com/web/fundamentals/web-app-manifest/
-->
<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 ff79d77

Please sign in to comment.