Skip to content

Commit 8f0e1b0

Browse files
authored
Merge pull request #229 from MetaCell/fix/neuroglassviewer-iframe
#fix on development branch, update iframe sandbox attributes to allow popups
2 parents 59ee25c + f9de1bb commit 8f0e1b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

applications/virtual-fly-brain/frontend/src/components/NeuroglassViewer.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ export default function NeuroglassViewer() {
7979
}}
8080
title="Neuroglass Viewer"
8181
allow="accelerometer; camera; gyroscope; microphone; web-share"
82-
sandbox="allow-scripts allow-same-origin allow-forms"
82+
sandbox="allow-scripts allow-same-origin allow-forms allow-popups allow-popups-to-escape-sandbox"
8383
/>
8484
</Box>
8585
) : (

0 commit comments

Comments
 (0)