Skip to content
GitLab
Explore
Sign in
Websocket raises DOMException on http onions in 13.0a1
Reproduce:
load http onion site
open console, type: new WebSocket('
ws://
' + document.domain);
Uncaught DOMException: The operation is insecure.