Skip to content
This repository has been archived by the owner on Mar 20, 2019. It is now read-only.

webrtc mitigation (no ip leak) #130

Open
HotelBellaMuerte opened this issue Dec 30, 2017 · 6 comments
Open

webrtc mitigation (no ip leak) #130

HotelBellaMuerte opened this issue Dec 30, 2017 · 6 comments

Comments

@HotelBellaMuerte
Copy link

with this

you can use webrtc "safely", because if you use a vpn doesnt leak your ip

HotelBellaMuerte/inox-hardened@71c8d4b

@gcarq @xsmile @perfect7gentleman

@csagan5
Copy link
Contributor

csagan5 commented Apr 30, 2018

IIRC I had tried these but they were not effective, although I cannot say if it was due to pre-existing stored settings or other reasons. Did anyone else test them?

@HotelBellaMuerte
Copy link
Author

HotelBellaMuerte commented May 1, 2018

it just helps you if you're using a proxy (at inox), and just forces webrtc to respect IP setups (in leak case).

just leak the "protect webrtc ip" from ublock, but at inox codebase.

as we cant block it, we could be more respectful

@csagan5
Copy link
Contributor

csagan5 commented Jun 21, 2018

In Bromite I simply build without webRTC to get rid of all its woes; this will however be extremely more difficult from v68 onwards since the Chromium devs have dropped the build option.

@gcarq
Copy link
Owner

gcarq commented Jun 21, 2018

@csagan5 Good to know, this flag was broken some time ago, seems like they fixed it though. Do you have any direction or intention to address this from v68 onwards?

@csagan5
Copy link
Contributor

csagan5 commented Jun 21, 2018

@gcarq they fixed it...by removing it altogether (I'd hardly call that "fixed", but I understand it is an "optimisation" if nobody cares about building without webRTC)

I always build the tags of the current stable (so these days the latest tag of v67) but I already took note of some commits that need be reverted to reinstate the enable_webrtc=false build flag functionality:

My plan of action would be the following: when v68 becomes stable start building it and attempt reverting those commits in reverse chronological order, fix the rest manually (might need to inspect/revert more commits) and hopefully have again the possibility to build without webRTC.

@HotelBellaMuerte
Copy link
Author

it was broken sinve v62

also you can take this patch (is a better implementation of my idea) ... i'll replace my patch with them

https://github.com/bromite/bromite/blob/master/patches/BRM014_Disable-WebRTC-by-default.patch

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants