Releases: gorhill/uBO-Extra
2.8
Closed as fixed:
- uBlock Origin Extra kills websockets on meet.google.com
meet.google.com
added as an exception to WebRTC scriptlet.
2.7
2.6
Closed as fixed:
- Ublock Origin Extra seemingly breaking Ubiquiti UniFi controller
- And other issues reported for
webrtc.github.io
- And other issues reported for
2.5
2.4
Changes
Use Content Security Policy of WebSockets to decide whether to allow WebRTC connections. This means for any site for which there exist a filter such as *$websocket,domain=...
/*$websocket
in uBlock Origin, WebRTC connections will be refused and cause an exception to be thrown.
Related issue:
2.3
Added ability to neutralize the WebRTC API, which is abused by some sites to work around content blockers. Related issue: https://forums.lanik.us/posting.php?mode=quote&f=62&p=110902.
2.2
Fixed: uBO-Extra breaks snapdrop.net
- WebSocket wrapper code from ABP developer was imported into uBO-Extra.
Pull request from @okiehsch: Update contentscript.js
- More sites added for de-g00fication
2.1
Fixed issues regarding g00-busting scriptlet reported for some web sites: the g00-busting scriptlet will now be injected only on sites for which it has been confirmed as working with no negative side effects.
2.0
Changes
The companion extension has been repurposed to address more than the WebSocket issue for Chromium-based browsers. In addition to the WebSocket issue present in Chromium-based browsers, it now also addresses the third-party obfuscation mechanism used on many sites, see issue uBlockOrigin/uAssets#227.
Whenever more anti-blocker mechanisms are found which can't be competently dealt with filter- or rule-based uBlock Origin's filtering engines, such issues will be taken care by uBO-Extra.
For details, see the README file of the project.