We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 59ee25c + f9de1bb commit 8f0e1b0Copy full SHA for 8f0e1b0
1 file changed
applications/virtual-fly-brain/frontend/src/components/NeuroglassViewer.jsx
@@ -79,7 +79,7 @@ export default function NeuroglassViewer() {
79
}}
80
title="Neuroglass Viewer"
81
allow="accelerometer; camera; gyroscope; microphone; web-share"
82
- sandbox="allow-scripts allow-same-origin allow-forms"
+ sandbox="allow-scripts allow-same-origin allow-forms allow-popups allow-popups-to-escape-sandbox"
83
/>
84
</Box>
85
) : (
0 commit comments