Ajoute une permission pour utiliser le share dans les iframes

fix #2822
pull/2824/head
Johan Girod 2023-09-27 11:20:42 +02:00
parent 08d560ab3a
commit 6c87e1be4f
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ const iframeAttributes = {
id: 'simulateurEmbauche',
src: src.toString(),
style: 'border: none; width: 100%; display: block; height: 700px',
allow: 'clipboard-write',
allow: 'clipboard-write, webshare',
allowfullscreen: 'true',
webkitallowfullscreen: 'true',
mozallowfullscreen: 'true',