]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/controllers/services.ts
Convert followers/following in raw SQL queries
[github/Chocobozzz/PeerTube.git] / server / controllers / services.ts
index 8a8a95486071b0b12ef5397e6ac8225da8b70d82..9151e1b04e73b64a9e0e2e10cc43729cb4c1e277 100644 (file)
@@ -98,7 +98,7 @@ function buildOEmbed (options: {
     thumbnailUrl = undefined
   }
 
-  const html = `<iframe width="${embedWidth}" height="${embedHeight}" sandbox="allow-same-origin allow-scripts" ` +
+  const html = `<iframe width="${embedWidth}" height="${embedHeight}" sandbox="allow-same-origin allow-scripts allow-popups" ` +
     `title="${embedTitle}" src="${embedUrl}" frameborder="0" allowfullscreen></iframe>`
 
   const json: any = {