-
Notifications
You must be signed in to change notification settings - Fork 25
webrtc mitigation (no ip leak) #130
Comments
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? |
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 |
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. |
@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? |
@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 My plan of action would be the following: when |
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 |
with this
you can use webrtc "safely", because if you use a vpn doesnt leak your ip
HotelBellaMuerte/inox-hardened@71c8d4b
@gcarq @xsmile @perfect7gentleman
The text was updated successfully, but these errors were encountered: