Skip to content

Commit

Permalink
remove crossorigin="use-credentials" from index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
hereAlexT committed Nov 27, 2023
1 parent cb28d5b commit ea2bf20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<meta name="format-detection" content="telephone=no" />
<meta name="msapplication-tap-highlight" content="no" />

<link rel="manifest" href="/manifest.json" crossorigin="use-credentials"/>
<link rel="manifest" href="/manifest.json" />

<link rel="shortcut icon" type="image/png" href="/favicon.png" />

Expand Down

0 comments on commit ea2bf20

Please sign in to comment.