My question is simple! How to get maximum (Possible) privacy from ISP in case someone can’t or don’t want to use a vpn ?

Fir example, In some case tor browser is enough for many but they still need from a privacy from isp on other activities on mobile.

  • Boomkop3
    link
    fedilink
    8
    edit-2
    4 days ago
    1. private, secure dns, so they don’t know the domains you’re visiting
    2. https everywhere, so they can’t see any of the data you’re sending or receiving

    All that’s left is what ip’s you’re connecting to. Which is useless half the time, especially since most websites are behind cloudflare or some other anti-ddos proxy already.

    Also, don’t use the web browser that came with your phone. Some manufacturers and isp’s might enjoy adding tracking into those. Some, like Apple, even got caught not encrypting amy of that.

    Side note:

    • https everywhere is pretty much the standard in modern web browsers
    • an adblocker can still help a lot in blocking trackers
    • a secure dns you can find in your browser settings
    • @[email protected]
      link
      fedilink
      English
      33 days ago

      Even with https if you aren’t on TLS 1.3 the SNI (server name indicator) is not encrypted so the hostname you are trying to access would be visible to your ISP.

      Forcing your browser to only use TLS1.3 would fix that but who knows how many sites it would break.

      • Boomkop3
        link
        fedilink
        33 days ago

        Oh, good catch! I have to say I don’t usually look at what specific tls version websites use. I’ll be paying attention to this for a bit