Album on lemmy.ca, beehaw.org, shit.itjust.works & lemmy.world

  • 0 Posts
  • 4 Comments
Joined 1 year ago
cake
Cake day: June 7th, 2023

help-circle

  • It’s really hard to not have a unique fingerprint in a casual browsing experience. Even with minimising techniques because some of that will make you stand out and so the easiest way is to look like the crowd. You only need a few pieces of low entropy information to make you stand out. Spoofing is detectable and so can be discarded when generating the fingerprint.

    Tor browser plus ubo is going to be your least fingerprintable route.

    After that I’d say Firefox with arkenfox’s user.js plus ubo.

    You can get Fennec + arkenfox on Android which is Mull Browser.

    Arkenfox uses the RFP feature you enabled plus some other things like letterboxing so your monitor resolution doesn’t give you away.

    If you’re not using tor you need VPN or your IP is going to give you away.

    I suggest reading the arkenfox wiki for more info.



  • Ipv6 requires fundamental rethinking about how addressing is done. If you’re trying to apply v4 concepts to V6 you likely end up running into something they intentionally designed out.

    A unique local address is an address space where you could do that. It’s the equivalent to RFC1918 eg. 172/192/10. So you could statically assign fd0::x, and that is expected, but not required generally.

    I wouldn’t give each device a static unique global address unless they need to be accessed via wan without domain consistently. You lose device privacy really quickly that way because every device gets a unique globally routable address. It’s fine for internet facing services but most Linux, Windows, and mobile implementations are using ipv6 privacy extensions by default to ensure you get a random GUA every day.

    My network is dual stack and I connect mostly over ipv6 to all my internal clients using internal DNS. If my internal DNS is ever down I can fall back to ipv4 or it’s basically the one box on my network with an easy to remember ULA.