diff options
author | hellekin <hellekin@cepheide.org> | 2020-04-09 20:48:41 +0200 |
---|---|---|
committer | hellekin <hellekin@cepheide.org> | 2020-04-09 20:48:41 +0200 |
commit | 381336db62a79ee9085146b3289a24005dfe247e (patch) | |
tree | bf1203cf0e9bdeac242a54dc74ffc383ea070c36 | |
parent | 7d18019621ccf929f54bc3156f2eb8e2face3ea1 (diff) | |
download | lesoiseaux.io-381336db62a79ee9085146b3289a24005dfe247e.tar.gz |
Update embed video tag to allow-popup
-rw-r--r-- | ps/in/c.nug-anim/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ps/in/c.nug-anim/index.html b/ps/in/c.nug-anim/index.html index bcc3736..5a36ceb 100644 --- a/ps/in/c.nug-anim/index.html +++ b/ps/in/c.nug-anim/index.html @@ -29,7 +29,7 @@ <article> <section id="video"> <h1>Awakening...</h1> - <iframe width="560" height="315" sandbox="allow-same-origin allow-scripts" src="https://peertube.public.cat/videos/embed/45eb16ee-e282-4bef-9dc8-fa3ddbc760e1" frameborder="0" allowfullscreen></iframe> + <iframe width="560" height="315" sandbox="allow-same-origin allow-scripts allow-popups" src="https://peertube.public.cat/videos/embed/45eb16ee-e282-4bef-9dc8-fa3ddbc760e1" frameborder="0" allowfullscreen></iframe> <!-- <video controls="true" poster="credits-1.1080p.png"> <source src="http://vdo.lesoiseaux.io/c.nug-anim/teaser.ogv" type="video/ogg"> |