From 3b61ed17c883ed2d668baaa61e87cbf04c973d36 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Motto Date: Thu, 29 Apr 2021 19:57:40 +0200 Subject: [PATCH] Add allowfullscreen param to web podcloud service. Default value is allowed. --- tarteaucitron.services.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tarteaucitron.services.js b/tarteaucitron.services.js index d31026a..d5ec9cc 100644 --- a/tarteaucitron.services.js +++ b/tarteaucitron.services.js @@ -265,9 +265,10 @@ tarteaucitron.services.podcloud = { var frame_title = tarteaucitron.fixSelfXSS(x.getAttribute("title") || 'podCloud iframe'), width = x.getAttribute("width"), height = x.getAttribute("height"), - url = x.getAttribute("data-url"); + url = x.getAttribute("data-url"), + allowfullscreen= x.getAttribute("allowfullscreen"); - return ''; + return ''; }); }, "fallback": function () {