From f8f2795d24b8e7ff098a284544c0da624545980e Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Motto Date: Thu, 29 Apr 2021 19:48:20 +0200 Subject: [PATCH] Add allowfullscreen param to web helloasso 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 fb47e24..d31026a 100644 --- a/tarteaucitron.services.js +++ b/tarteaucitron.services.js @@ -234,9 +234,10 @@ tarteaucitron.services.helloasso = { var frame_title = tarteaucitron.fixSelfXSS(x.getAttribute("title") || 'HelloAsso 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 () {