Re: [owncloud-devel] Allow iframe into OwnCloud 9.1

2016-08-24 Thread Thomas Müller
Id say:YouTube does not allow to be used in iframes. Tom Am 25. August 2016 04:22:41 MESZ, schrieb Farid Diego Astorga : >That's not my situation. > >I try to introduce a iframe in a file within OC: >https://www.youtube.com/embed/CdZqUTg2_TE"; frameborder = "0" >allowfullscreen >> > >However,

Re: [owncloud-devel] Allow iframe into OwnCloud 9.1

2016-08-24 Thread Farid Diego Astorga
That's not my situation. I try to introduce a iframe in a file within OC: https://www.youtube.com/embed/CdZqUTg2_TE"; frameborder = "0" allowfullscreen > However, when displayed, you can display the iframe but not its content ( video Youtube). It would be something like apps/external. Anyone wh

Re: [owncloud-devel] Allow iframe into OwnCloud 9.1

2016-08-24 Thread tflidd
A few days ago, this was answered on the forum: https://central.owncloud.org/t/embedding-owncloud-in-a-iframe/1785 On 25.08.2016 01:49, Tomaz Canabrava wrote: > > I think iframe was removed from HTML5 standards > > > Em 24 de ago de 2016 19:55, "Farid Diego Astorga" > mailto:faridasto...@gmail.com

Re: [owncloud-devel] Allow iframe into OwnCloud 9.1

2016-08-24 Thread Tomaz Canabrava
I think iframe was removed from HTML5 standards Em 24 de ago de 2016 19:55, "Farid Diego Astorga" escreveu: > Hello team! > How I can allow insertion of YouTube videos using iframe within an > application that I am creating? > I think that is related to security CSP (Content Security Policy). >