JingMatrix / ChromeXt

UserScript and DevTools supports for Chromium based and WebView based browsers
https://jingmatrix.github.io/ChromeXt/
GNU General Public License v3.0
708 stars 39 forks source link

DevTools WebSocket connections from localhost are blocked in Brave and Bromite #67

Closed JingMatrix closed 1 year ago

JingMatrix commented 1 year ago

ChromeXt uses local WebSockets to open Developer tools.

Brave blocks localhost WebSockets by Brave Shields, which can be disabled by deactivating adblock function.

Bromite blocks localhost WebSockets by its Block-gateway-attacks-via-websockets.patch.

The chromium is considering to add CORS restrictions on internet-to-intranet connections.

JingMatrix commented 1 year ago

Solved in the latest commit.