Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
Add crossorigin
  • Loading branch information
janhenrikoverland authored Apr 10, 2019
1 parent bc22817 commit df3d80f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@
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.webapp" />
<link
rel="manifest"
href="%PUBLIC_URL%/manifest.webapp"
crossorigin="use-credentials"
/>

<!-- TODO: Remove these global script dependencies or bundle them with their respective plugins -->

Expand Down

0 comments on commit df3d80f

Please sign in to comment.