Skip to content

Commit

Permalink
CORS
Browse files Browse the repository at this point in the history
  • Loading branch information
szweibel committed Oct 25, 2023
1 parent 1be5d69 commit 85d59ae
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions components/Wasm/Jupyter.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,15 @@ export default function Jupyter(props) {

return (
<>
{/* <Head>
<Head>
<script src='../coi-service.js' async></script>
</Head> */}
</Head>
<div style={{ width: '100%', height: '100%' }}>
<iframe src={jupyterSrc} id='iframe'
width='100%' height='100%'
// cors stuff
sandbox='allow-scripts allow-same-origin allow-forms'

/>
</div>
</>
Expand Down

0 comments on commit 85d59ae

Please sign in to comment.