diff --git a/web/src/beta/features/Visualizer/Crust/Plugins/PluginFrame/SafeIFrame/index.tsx b/web/src/beta/features/Visualizer/Crust/Plugins/PluginFrame/SafeIFrame/index.tsx index 96c5e1504f..ab96c05e5b 100644 --- a/web/src/beta/features/Visualizer/Crust/Plugins/PluginFrame/SafeIFrame/index.tsx +++ b/web/src/beta/features/Visualizer/Crust/Plugins/PluginFrame/SafeIFrame/index.tsx @@ -73,7 +73,7 @@ const IFrame: ForwardRefRenderFunction = ( ref={composeRefs(iFrameRef, externalRef)} className={className} onLoad={onIFrameLoad} - sandbox="allow-scripts allow-downloads" + sandbox="allow-scripts allow-downloads allow-popups" allow="" {...props} />