Spaces:
Running
Running
| /** 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"; | |