List open source means to prevent WebRTC leaks in Chrome. #367
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
Although it's not possible to disable WebRTC in Chrome, an API exists to change its routing settings.
The API can be used to prevent leaks using extensions.
index.html currently mentions that only a single extension exists, and that it can be easily circumvented.
This is no longer true.
The old extension (which has been removed by its developer) attempted to block WebRTC by injecting JavaScript into web pages (a content script). This solution is flawed because it's not possible to inject code into a sandboxed iframe.
Current extensions use an API provided by Chrome, and cannot be circumvented.
HTML Preview
https://htmlpreview.github.io/?https://github.com/aghorler/privacytools.io/blob/master/index.html
Thanks