Skip to content

Commit

Permalink
0xcadams/iframe (#341)
Browse files Browse the repository at this point in the history
* fix: added allow same origin

* fix: fix docs for iframe
  • Loading branch information
0xcadams committed Feb 20, 2023
1 parent af7940e commit 9418282
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pages/guides/developing/player.en-US.mdx
Expand Up @@ -303,10 +303,9 @@ You can replace the `PLAYBACK_ID` with your video's playback id.
```html
<iframe
src="https://lvpr.tv?v={PLAYBACK_ID}"
frameborder="0"
allowfullscreen
allow="autoplay; encrypted-media; picture-in-picture"
sandbox="allow-scripts"
sandbox="allow-same-origin allow-scripts"
>
</iframe>
```
Expand Down

1 comment on commit 9418282

@vercel
Copy link

@vercel vercel bot commented on 9418282 Feb 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

docs – ./

docs-git-main-livepeer.vercel.app
docs.livepeer.org
docs-livepeer.vercel.app

Please sign in to comment.