We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be702fd commit 95aa5a1Copy full SHA for 95aa5a1
data/talks.php
@@ -3,14 +3,14 @@
3
return [
4
[
5
'link' => 'https://www.youtube.com/watch?v=-5ZdGUvOqx4',
6
- 'embed_url' => 'https://www.youtube.com/embed/-5ZdGUvOqx4'
+ 'embed_url' => 'https://www.youtube-nocookie.com/embed/-5ZdGUvOqx4'
7
],
8
9
'link' => 'https://www.youtube.com/watch?v=s6xrnYae1FU',
10
- 'embed_url' => 'https://www.youtube.com/embed/s6xrnYae1FU'
+ 'embed_url' => 'https://www.youtube-nocookie.com/embed/s6xrnYae1FU'
11
12
13
'link' => 'https://www.youtube.com/watch?v=MWNcItWuKpI',
14
- 'embed_url' => 'https://www.youtube.com/embed/MWNcItWuKpI'
+ 'embed_url' => 'https://www.youtube-nocookie.com/embed/MWNcItWuKpI'
15
16
];
0 commit comments