• jalf's avatar
    Use wss when creating localhost connection to detect binary support · ec34af8f
    jalf authored
    Some browsers (Firefox) reject unencrypted ws connections if the hosting
    page uses https by throwing an exception when you create the websocket
    object.
    
    NoVNC interprets this as binary being unsupported, and falls back to
    base64.
    
    If we instead connect to wss://localhost, the websocket object can be
    created regardless of whether the hosting page is on http or https.
    ec34af8f
websock.js 11.1 KB