BL3HotfixWebUI icon indicating copy to clipboard operation
BL3HotfixWebUI copied to clipboard

WebSocket issue with uBlock Origin when using specific list (Google Chrome)

Open Hadrix420 opened this issue 3 years ago • 0 comments

I saw that uBlock Origin blocks 127.0.0.1 in my case which causes the WebSocket to just never connect to B3HM and just say "WebSocket disconnected!" forever. Identified "Block Outsider Intrusion into LAN" List (provided with the extension itself, not a custom list, disabled by default) under Privacy in uBlock Origin settings as the cause. Disabling uBlock Origin or disabling the mentioned list fixes it. Replicable reliably on Google Chrome, I didn't try any other browsers but I suspect you would encounter the same issue.

EDIT: Can also be more permanently fixed without the need of disabling the list or uBlock by using the following custom filter:

! 2022-05-27 https://c0dycode.github.io
@@||127.0.0.1:9998/ws$websocket,domain=c0dycode.github.io

Hadrix420 avatar May 27 '22 17:05 Hadrix420