Skip to content

Commit

Permalink
Merge pull request yuvipanda#9 from eslavich/eslavich-crossorigin-use…
Browse files Browse the repository at this point in the history
…-credentials

Send credentials when making requests for imported modules in noVNC
  • Loading branch information
yuvipanda authored Nov 12, 2019
2 parents bfa4a78 + e3c31a9 commit 81e224c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jupyter_desktop/share/web/noVNC-1.1.0/vnc_lite.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
</script>

<!-- actual script modules -->
<script type="module" crossorigin="anonymous">
<script type="module" crossorigin="use-credentials">
// RFB holds the API to connect and communicate with a VNC server
import RFB from './core/rfb.js';

Expand Down

0 comments on commit 81e224c

Please sign in to comment.