The question of browsers
-
Mullvad is the TOR browser without the TOR network
-
It seems like an interesting setup. I don't really have too much to say other than nitpicks.
Why not use Mullvad browser for both scenarios. Mullvad with security level safest should block all JS. You could create a 2nd profile for safest only mode.
Using Linux .desktop launcher scripts, you could:
- Create a .desktop launcher (in ~/.local/share/applications/) for each profile
- Edit default desktop launcher to always prompt to choice profile on start (using the launch option
-P
) - Edit the default launcher to offer a menu option for each profile.
Related to your choice of host OS, I personally avoid Debian for desktop because it is slow to adapt (cus its Debian). I know it isnt directly applicable to situation since your main concern seems to be anti-fingerprinting, but a secure base is important. I'd like to know your reason for picking it. I don't dislike Debian and I still use it for different things (mostly VMs and some dev work).
-
with javascript and cookies turned off
My threat model isn’t the tightest
If that's not tight, I hardly know what is. The modern web is all but unusable without JS.
-
Tor inside a VPN is fine.
Some argue it will make you stand out in comparison with other users of your VPN but that's only a problem if they retain data, and if they do you really wish you'd have used tor... -
Tor browser inherently uses tor, as the other comment says, Mulvad offers tor browser sans tor as Mulvad browser. As per the "do you tor over VPN" issue I think we need to first cover some networking concepts...
So your internet works via protocols, UDP provides a basic connection where you can send unordered messages, TCP works on top of UDP to provide linear order. Things like old video chat and bittorrent work over UDP because you don't care about order, you just want the data as you get it, so the video freezes or glitches, but you get the most recent frame of the video. Things like programs and webpages aren't YOLO about data integrity, so they use TCP which enforces order, so you don't get frames from 1 minute later in your Netflix video out of sync. VPNs provide UDP, which is lower level than TCP, which tor provides, so you can tor over VPN but you cannot VPN over tor.
If you use Mulvad browser from your VPN, you will look like everyone using Mulvad browser from your VPN exit point, which may well just be you, it's fairly esoteric. If you use tor browser, you will appear to be exiting from a tor exit node along with hundreds if not thousands of other tor browser users.
-
He may as well go without images, too, and use Lynx Browser, haha. I can't even figure out how to install that one!
-
What host os do you use?
-
I recommend Fedora or openSUSE Tumbleweed.
-
Does anyone have any suggestions for a more private setup browser-wise? Tracking blocking at DNS level will continue and I’m on debian-based linux.
My worries sound similar to yours but my approach is a bit different.
- I switched from Mac to Linux (Arch, then Debian and for the last 4 years, Mint).
- I use EU services as much as I can instead of the US ones.
- I do block as much tracking and ad crap as I can. Still use javascript on a few sites.
- I use different browsers for different activities.
But I also consider this a lost cause. Sadly.
- I consider anything I do online (read, write, watch, listen to,...) is at risk of being tracked, and exploited, mined or whatever and somehow linked to the real me (not to one of my pseudonyms).
- With an increasing speed and willingness to destroy any remaining rights to privacy we may still have, I'm also expecting my country (France) to sooner than later make it illegal to use real encryption, to use a VPN, or even to use a pseudonym instead of my real name—all of that for my own good and for the protection of little kids which is obviously something that I as a law abiding citizen would not ever dare question.
So, instead, I do as much things as I can offline. Reading, writing, watching stuff, listening to stuff, communicating with people.
-
You got most things right about UDP and TCP. They both work in the transport layer of the OSI model. They are also completely different protocols, related yes but independent.
UDP is "simpler" as it basically throws data packages in to the network and hope they reach their destination. TCP on the other hand has checks in place that verifies that a data package has actually reached its destination.
-
It depends on your threat model. Using tor via a know vpn endpoint does make you stand out and can be used to profile your traffic. One of the main points of tor is that all users look exactly the same.
If you have e.g. one user out of a 100 using a vpn endpoint instead of some residential ip address that user immediately becomes a much more interesting target. There is information floating around in the web that state actors control both entry and exit nodes.
-
Have you tried LibreWolf ?
-
# Debian sudo apt install lynx # Fedora sudo dnf install lynx # arch, BTW sudo pacman -Sy lynx
-
What I meant by my threat model not being the tightest was that if I want to read something on a site that requires javascript and cookies then I will just turn them back on temporarily rather than not read what I want just because of possible tracking.
I agree with your point about the web being almost unusable in parts without JavaScript. However, I find that a lot of sites have a lot of javascript-heavy pages at the front but simpler pages behind where you get to things you actually want to look at. Usually a site's RSS feeds let you get directly to the simpler pages without using JavaScript.