HACKER Q&A
📣 guuggye

How do you preserve individual browsing privacy in a household?


I'm receiving targeted ads and suggested content on my individual device related to searches that other family members recently made on their respective devices.

A typical household connects to a single router when accessing the Web. To the external world they will all share the same public IP address.

If I understand correctly, individuals are often tracked by their IP address, besides other identifiers. Which may be one possible cause.

How can I preserve the privacy of each family member and avoid the annoyance of ads and content being misattributed to other family members?


  👤 greenyoda Accepted Answer ✓
You could start by installing an ad blocker such as uBlock Origin in everyone's browser to avoid ads and tracking entirely. It's even supported in the Android version of Firefox.

You could use a search engine like DuckDuckGo that doesn't remember your search history.

You could look into using a network-wide ad blocker such as Pi-hole: https://pi-hole.net (requires some flavor of Linux).


👤 raxxorraxor
Trying to raise awareness of legislators that tracking by advertisers gets more rigid rules and support manufacturers and devices that do not feature ads or at least targeted ads.

Since it is probably the IP that is tracked, maybe implement a VPN service for the whole family or have your router to scheduled dial-ins to reset your dynamic IP (if you get one).

For web browsing I would recommend an ad blocker, It think it is pretty much mandatory to enjoy the web. Also hits sites with responsible advertising, you would have to whitelist them manually as they are often dependent on it.


👤 tedmiston
Using a privacy-focused VPN like Mullvad is probably the best way to get your different devices distributed over multiple public IPs.

The other general privacy suggestions mentioned like uBlock Origin, Pi-hole / similar, DuckDuckGo, etc are all good as well.


👤 guuggye
Thanks everyone for the suggestions and responses.