Skip to content

Commit 4420ac9

Browse files
committed
✨ try to add cross origin to iframe
1 parent eef0ce9 commit 4420ac9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apps/web/src/components/Game/StartedGame.svelte

+2
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,8 @@ ${$game.players.map((pl) => `- ${pl.name} (${pl.score} pts)`).join("\n")}`;
215215
{#key gameId}
216216
<iframe
217217
bind:this={gameIframe}
218+
allow="cross-origin-isolated"
219+
credentialless
218220
id="game-iframe"
219221
title="Game UX"
220222
sandbox="allow-scripts allow-same-origin"

0 commit comments

Comments
 (0)