gorhill / uBO-Extra

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

uBO Extra blocks websdr sites #33

Closed rextheleopard closed 7 years ago

rextheleopard commented 7 years ago

uBO Extra blocks audio feed from websdr-based sites this for example.

  1. Enable uBO and uBO extra
  2. Open websdr-based site
  3. bug: there is no sound from webpage (error from chromium engine: failed: WebSocket is closed before the connection is established)
  4. Go to extensions page and disable uBO extra, uBO still on
  5. Websdr-based sites works ok

If uBO disabled but uBO extra enabled, websdr sites still does't work at all. I think it's not a filter list problem because uBO can be disabled.

gorhill commented 7 years ago

I can't reproduce. You have any custom rules in uBO? What filter lists are selected? Any other blocker?

rextheleopard commented 7 years ago

I disable all other extensions and uBO too, websdr sites doesn't fork. uBO extra communicate with uBO filters even if uBO not loaded? Where is no custom rules in uBO, but many subscription.

ubo

gorhill commented 7 years ago

See what is blocked on that page with uBO's logger. Here is what I get:

a

gorhill commented 7 years ago

Well a difference is that I am testing with Chromium 56 (linux), I won't install someone's personal built, and I do not have Windows anyways.

rextheleopard commented 7 years ago

Nothing strange

ubo

Chromium 59.0.3038.0 Google buildbot have same issue

ubo

gorhill commented 7 years ago

Ok I get it. uBO-Extra needs to be updated to account for teh fact that Chromium 58+ support natively websocket blocking. I need to modify uBO-Extra to disable websocket wrapper for Chromium 58+.

rextheleopard commented 7 years ago

OK, thanks!