Skip to content

Commit

Permalink
www/admin/stream: Add allow-same-origin to iframe (#2089)
Browse files Browse the repository at this point in the history
  • Loading branch information
victorges authored Mar 6, 2024
1 parent 19dfdad commit 8fae3f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/www/pages/app/stream/[id].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -980,7 +980,7 @@ const ID = () => {
frameBorder="0"
allowFullScreen
allow="autoplay; encrypted-media; picture-in-picture"
sandbox="allow-scripts"></iframe>
sandbox="allow-same-origin; allow-scripts"></iframe>
</Box>
</Flex>
<TimedAlert
Expand Down

0 comments on commit 8fae3f7

Please sign in to comment.