List open source means to prevent WebRTC leaks in Chrome. #367

Merged
aghorler merged 1 commits from master into master 2017-11-26 15:03:35 +00:00
aghorler commented 2017-11-26 14:32:57 +00:00 (Migrated from github.com)

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

### 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
ghost commented 2017-11-26 15:03:32 +00:00 (Migrated from github.com)

Thanks

Thanks
This repo is archived. You cannot comment on pull requests.
No reviewers
No Milestone
No Assignees
1 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: privacyguides/privacytools.io#367
No description provided.