Skip to content

Commit

Permalink
allow manifest to be pulled for authed sessions
Browse files Browse the repository at this point in the history
  • Loading branch information
thelamer committed Feb 7, 2024
1 parent 2b1a8be commit 1f914db
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 @@ -7,7 +7,7 @@
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<link rel="apple-touch-icon" href="icon.png">
<link rel="manifest" href="manifest.json">
<link rel="manifest" href="manifest.json" crossorigin="use-credentials">
<link href="public/css/kclient.css" rel="stylesheet">
<script src="audio/socket.io/socket.io.js"></script>
<script src="public/js/pcm-player.js"></script>
Expand Down

0 comments on commit 1f914db

Please sign in to comment.