Spaces:
Running
Running
File size: 382 Bytes
dd87944 | 1 2 3 4 5 6 7 | /** Attributs iframe partagés — vidéos YouTube, popups, plein écran. */
export const IFRAME_SANDBOX =
"allow-scripts allow-same-origin allow-forms allow-popups allow-popups-to-escape-sandbox allow-fullscreen allow-presentation";
export const IFRAME_ALLOW =
"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share; fullscreen";
|