Actions
Feature #1029
openInject JavaScript to disable WebRTC
Start date:
06/20/2023
Due date:
% Done:
0%
Estimated time:
Description
Hi
Integrated a JavaScript workaround to block WebRTC IP leakage like https://github.com/scoute-dich/browser/blob/603212964c75710aea0dc6fee0281535c3ccb785/app/src/main/java/de/baumann/browser/browser/NinjaWebViewClient.java#L97
Thank you
Updated by Soren Stoutner over 1 year ago
- Assignee set to Soren Stoutner
- Priority changed from Next Release to 3.x
Updated by Soren Stoutner over 1 year ago
Injecting JavaScript to disable WebRTC is a pretty creative way of dealing with the problem. I need to do some experimenting with how the timing of the JavaScript injection interacts with the processing of the JavaScript on the website itself. You could end up with a race condition where sometimes WebRTC is momentarily enabled before the injected JavaScript shuts it down (thus disclosing IP addresses).
Actions