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 () {