From f9de1bba660b2f425e4c11990eaa57f754bab1cb Mon Sep 17 00:00:00 2001 From: jrmartin Date: Thu, 7 May 2026 06:58:14 -0700 Subject: [PATCH] #fix on dev, update iframe sandbox attributes to allow popups for neuroglass viewer widget --- .../frontend/src/components/NeuroglassViewer.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/virtual-fly-brain/frontend/src/components/NeuroglassViewer.jsx b/applications/virtual-fly-brain/frontend/src/components/NeuroglassViewer.jsx index 6283c49b..5a61dfb8 100644 --- a/applications/virtual-fly-brain/frontend/src/components/NeuroglassViewer.jsx +++ b/applications/virtual-fly-brain/frontend/src/components/NeuroglassViewer.jsx @@ -79,7 +79,7 @@ export default function NeuroglassViewer() { }} title="Neuroglass Viewer" allow="accelerometer; camera; gyroscope; microphone; web-share" - sandbox="allow-scripts allow-same-origin allow-forms" + sandbox="allow-scripts allow-same-origin allow-forms allow-popups allow-popups-to-escape-sandbox" /> ) : (