You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changing the <script> tag to <script type="module" crossorigin="anonymous"> (adding the crossorigin attribute) fixes the issue for me. It's odd that this isn't the default, but there are a few places that confirm this is the intended behavior:
I'm now receiving 401 authentication failures during module load in
vnc_lite.html
.It seems like the likely root cause is: 14ecdc6
Does polyfill work with HTTP basic auth?
The text was updated successfully, but these errors were encountered: