Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
The Tor Project
Applications
Tor Browser
Issues
#41934
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.