mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +03:00
uncockify youtube embed
This commit is contained in:
parent
a058605be8
commit
475f637413
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ final class YouTubeVideoDriver extends VideoDriver
|
||||||
<iframe
|
<iframe
|
||||||
width="600"
|
width="600"
|
||||||
height="340"
|
height="340"
|
||||||
src="https://www.youtube.com/embed/$this->id"
|
src="https://www.youtube-nocookie.com/embed/$this->id"
|
||||||
frameborder="0"
|
frameborder="0"
|
||||||
sandbox="allow-same-origin allow-scripts allow-popups"
|
sandbox="allow-same-origin allow-scripts allow-popups"
|
||||||
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
|
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
|
||||||
|
|
Loading…
Reference in a new issue