danhper / atomic-chrome

Edit Chrome textareas in Atom
https://goo.gl/Et0hwg
MIT License
916 stars 30 forks source link

Doesn't work with Brave: WebSocket connection to localhost fails #36

Open aspiers opened 3 years ago

aspiers commented 3 years ago

Every time I try to edit with this extension in Brave, it fails with the error WebSocket connection to 'ws://localhost:64292/' failed:

image

This was on Brave version 1.21.73 Chromium: 89.0.4389.72 (Official Build) (64-bit). I have also just tested on Google Chrome version 89.0.4389.72 (Official Build) (64-bit) and it works perfectly. The same goes for the "Edit with Emacs" extension which also uses websockets on localhost. So this appears to be an issue with Brave :-(

khwerhahn commented 2 years ago

My WebSockets also fail. They work in Chrome and Firefox, so it is definitely a Brave issue.

khwerhahn commented 2 years ago

Any updates to this?