stoically / temporary-containers

Firefox Add-on that lets you open automatically managed disposable containers
https://addons.mozilla.org/firefox/addon/temporary-containers/
MIT License
852 stars 60 forks source link

ipcontext: Random temporary IPv6 for every container #416

Closed stoically closed 2 years ago

stoically commented 4 years ago

Part of https://github.com/stoically/temporary-containers/issues/417

This is experimental, use at your own risk. Also there's no cleanup yet for created IPv6 addresses, so you'd have to manually do that with e.g. the ip command.

Todo

bakulf commented 4 years ago

I have spent a few days investigating this proposal. I think this is extremely interesting but, this is not a "perfect" solution because a tracker website can simply use the subnet instead of the full IP to identify the user. The subnet is unique and it's not shared between users. Because of this, it doesn't nullify the tracking vector attack via IP address.

stoically commented 4 years ago

Thanks for looking into it @bakulf! I agree that it isn't an actual solution against tracking, I personally see it merely as "a bit better than just a single IP". Also mentioned the subnet tracking in #417 - though, it'd be kinda interesting to know how trackers actually handle that in the wild. Do you happen to have information on that?

stoically commented 2 years ago

Closing as I won't finish this ever.