Can uBlock Origin Block WebRTC?
justus.pw
Can uBlock Origin Block WebRTC?
1–4 of 4 posts
Re: Can uBlock Origin Block WebRTC?
#2Re: Can uBlock Origin Block WebRTC?
#3https://github.com/gorhill/uBlock/wiki/Resources-Library#now...
As can be seen, it matches on the source, not the destination
https://github.com/gorhill/uBlock/wiki/Resources-Library#web...
can match on the destination, however.
Its not a good state of things, but I'm assuming its more of an issue on the browser side as opposed to the extension side
Re: Can uBlock Origin Block WebRTC?
#4No it can't, but yes it can, just not like that. https://github.com/gorhill/uBlock/wiki/Resources-Library#now... As can be seen, it matches on the source, not the destination https://github.com/gorhill/uBlock/wiki/Resources-Library#web... can match on the destination, however. Its not a good state of things, but I'm assuming its more of an issue on the browser side as opposed to the extension side
bk.web.sbishinseibank.co.jp##+js(nowebrtc)
You can see that it works because typing `new window.RTCPeerConnection()` in the browser console prints this: Document tried to create an RTCPeerConnection: undefined
Which comes from uBlock, see https://github.com/gorhill/uBlock/blob/5efb8ee4891c09720011e...Edit: I gave a shout-out to your comment on the blog post linked in this submission. Thanks again.