-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conflicted with another extension called WebRTC Protect #1928
Comments
Try this:
Does it work now? If it didn't work, perhaps you need to change the setting to |
What does it look like? Did you ever changed WebRTC settings manually in your browser? Which browser it is? |
It's not necessary, uBO does not touch webrtc setting in the browser, we have to emphasize this. Which exact browser are you using? Brave is reportedly interfering with webrtc setting, and people misdiagnose this to uBO -- uBO no longer ever touch webrtc setting since 1.38.0, so it's just impossible that it interferes. |
Chrome 95.0.4638.69
Not work. |
I couldn't reproduce a conflict as per your repro steps, and it's expected since uBO does not touch that setting. You are failing to provide key information:
Which exact web page? This is important to test exactly the same way.
How does that look like? There is no popup panel for the WebRTC Protect extension. Where is that report? Provide screenshot. |
@Mishasama do you see this: ? Do you have any other add-ons? (Check puzzle piece icon!) |
Any page. That's no matter.
I have other extensions. But only WebRTC Protect is activating. And this problem was gone after disabling uBO. |
You will have to report to Chromium devs then, uBO does not touch the
Please provide screenshot showing all your extensions from Also mind providing other important details such as whether this involves incognito tabs/windows, and whether you changed settings in |
Nvm, that was on @gwarser |
That's @gwarser's screenshot. But I don't see any other explanation that there is another extension interfering. |
Yeah I was misled as I didn't have the page scrolled enough up to realise that. |
List them all individually @Mishasama |
Closing as invalid due to failure to provide more information after asked to list all extensions and provide actual evidence with screenshots. uBO does not touch that webrtc setting, hence unless magic is involved, the issue can't be uBO. Best explanation is that OP had another webrtc-controlling extension installed -- possibly dlinbernard/webrtc-control#3. |
Sorry too busy for the late reply. I think this should not be related to Chrome itself. |
As said, file an issue with Chromium devs, what you say is happening can't happen. |
Did you enabled everything in
Then your installation is broken. Or profile. Try creating new profile and test there. |
See:
|
@gorhill He has 3 WebRTC specific extensions installed - WebRTC Control, WebRTC Leak Prevent, WebRTC Protect IP Leak, There's the cause of your issue @Mishasama |
Aren't they disabled? |
He disabled them now, or were they disabled when the issue occurred ? Given the amount of extensions he has installed, something like this is bound to occur. |
From now on, the only way to report such issue without being immediately closed as invalid is to show that the code at this line is being executed by putting a breakpoint at that line and posting a screenshot of the breakpoint being taken. This can happen only on Firefox Mobile.
You can disable the extra extension after triggering the issue and take a screenshot of this to make it look like uBO caused this. Unless there is a bug in the JS engine, this is downright impossible uBO is touching that setting -- this occurs only when uBO detects it's running in Firefox (using a Firefox's only extension API) and checking for the string |
There has been new development on this curious issue: https://www.reddit.com/r/uBlockOrigin/comments/sl7p74/disabling_webrtc/hvptao8/. It appears the browser is caching the information that an extension is toggling on a setting and reused that cached information to make the assumption that the setting is still toggled by the extension despite not being the case. There is a workaround for this, which is to make an explicit API call to make clear that uBO is not using the API. This will be in next release. |
On Chromium-based browsers only. Related issue/feedback: - uBlockOrigin/uBlock-issues#1928 - https://www.reddit.com/r/uBlockOrigin/comments/sl7p74/
Prerequisites
I tried to reproduce the issue when...
Description
After the recent uBO update. The uBO conflicted with another extension called WebRTC Protect. It makes the WebRTC Protect reports there is another extension controlling the settings.
A specific URL where the issue occurs
https://add0n.com/webrtc-protect.html
Steps to Reproduce
Expected behavior
They should not conflict with each other. And keep all IP not leaked by WebRTC.
Actual behavior
The WebRTC Protect reports there is another extension controlling the settings. And the WebRTC was leaking the IPs.
Configuration
The text was updated successfully, but these errors were encountered: