gorhill / uBO-Extra

A companion extension to uBlock Origin
GNU General Public License v3.0
654 stars 42 forks source link

Stops Websocket connections on gatehub.net #34

Closed rafzi closed 7 years ago

rafzi commented 7 years ago

Maybe related to #18

The site gatehub.net is unusable with this extension - when disabling uBO-Extra it works. The uBO log doesn't show that anything is blocked.

Repro:

WebSocket connection to 'wss://s-east.ripple.com/' failed: WebSocket is closed before the connection is established.
/#/identity:1 WebSocket connection to 'wss://s1.ripple.com/' failed: WebSocket is closed before the connection is established.
/#/identity:1 WebSocket connection to 'wss://s-west.ripple.com/' failed: WebSocket is closed before the connection is established.
/#/identity:1 WebSocket connection to 'wss://s-east.ripple.com/' failed: WebSocket is closed before the connection is established.
/#/identity:1 WebSocket connection to 'wss://s1.ripple.com/' failed: WebSocket is closed before the connection is established.
/#/identity:1 WebSocket connection to 'wss://s-west.ripple.com/' failed: WebSocket is closed before the connection is established.
/#/identity:1 WebSocket connection to 'wss://s-east.ripple.com/' failed: WebSocket is closed before the connection is established.
/#/identity:1 WebSocket connection to 'wss://s1.ripple.com/' failed: WebSocket is closed before the connection is established.
/#/identity:1 WebSocket connection to 'wss://s-west.ripple.com/' failed: WebSocket is closed before the connection is established.
/#/identity:1 WebSocket connection to 'wss://s-east.ripple.com/' failed: WebSocket is closed before the connection is established.
/#/identity:1 WebSocket connection to 'wss://s1.ripple.com/' failed: WebSocket is closed before the connection is established.
gorhill commented 7 years ago

Probably same issue as #29.

gorhill commented 7 years ago

Could you try https://github.com/gorhill/uBO-Extra/releases/tag/2.14b0 and see if this fixes the issue?

rafzi commented 7 years ago

Yes, that fixes the issue, thanks!