Earlier quoted context omitted.
I think this is a nihilistic view. The browser ultimately sends only what the webpage requests. If we gut the ability for websites to request large swathes of information such as every supported TLS Cipher suite and also better protections such as GDPR to make it illegal for browsers to track this information unless a user signs up and also not gating information behind said sign-ups
> and also not gating information behind said sign-ups "People should do work for free" isn't very workable.
Firefox expands fingerprint protections
61–70 of 177 posts
Re: Firefox expands fingerprint protections
#62Re: Firefox expands fingerprint protections
#63I exclusively use private browsing, but I know that doesn't do much in preventing tracking, so it's nice to see this finally starting to roll out. The fact that I have to go to great lengths to browse anonymously - and companies desperately try to circumvent my genuine decision to opt out of their tracking - tells me everything I need to know about those companies. Words like sleezy, shady, and predatory come to mind…
You could try to use profiles instead of private browsing. It keeps things separated.
./firefox -CreateProfile "profile-name /home/user/.mozilla/firefox/profile-path/"
./firefox -profile "/home/user/.mozilla/firefox/profile-path/"
And, you can run it directly, no need to launch default firefox profile:Given that /usr/bin/firefox is just a shell script, you can
- create a copy of it, say, /usr/bin/firefox-hn
- adjust the relevant line, adding the -profile argument
If you use an icon to run firefox (say, /usr/share/applications/firefox.desktop), you'll need to do copy/adjust line for the icon.Re: Firefox expands fingerprint protections
#64Earlier quoted context omitted.
You could try to use profiles instead of private browsing. It keeps things separated.
Also profiles can be configured and used with CLI, no need for UI (old or new). ./firefox -CreateProfile "profile-name /home/user/.mozilla/firefox/profile-path/" ./firefox -profile "/home/user/.mozilla/firefox/profile-path/" And, you can run it directly, no need to launch default firefox profile: Given that /usr/bin/firefox is just a shell script, you can - create a copy of it, say, /usr/bin/firefox-hn - adjust the r…
Re: Firefox expands fingerprint protections
#65Earlier quoted context omitted.
> and also not gating information behind said sign-ups "People should do work for free" isn't very workable.
I don't think there's anything in GDPR or similar laws about disallowing paying for a subscription with money. It's merely about killing the practice of paying with your privacy for something otherwise labeled as "free".
Re: Firefox expands fingerprint protections
#66I'm already using CanvasBlocker, Decentraleyes, and the NoScript Security Suite; but getting more protections will be nice. Even if it may take a while for them to land in Waterfox.
You are actually easier to track using these addons. By installing Canvasblocker, Decentraleyes and NoScript you are providing more entropy to trackers and thus making it easier to track you. Imagine how many people worldwide block specifically Canvas, have weird looking network requests to certain js libs and have JS disabled for some (/all) scripts combined with your general setup (window size, font size, and many…
The web without ad blocking is revolting. Browsers building in these features makes them more popular.
Aside: Fuck the Washington Post. They have a line in their privacy policy that acknowledges the existence of "Do Not Track" flags in browsers. Their acknowledgement: since there is no industry standard for responding to it, they ignore it.
Re: Firefox expands fingerprint protections
#67I'm already using CanvasBlocker, Decentraleyes, and the NoScript Security Suite; but getting more protections will be nice. Even if it may take a while for them to land in Waterfox.
You are actually easier to track using these addons. By installing Canvasblocker, Decentraleyes and NoScript you are providing more entropy to trackers and thus making it easier to track you. Imagine how many people worldwide block specifically Canvas, have weird looking network requests to certain js libs and have JS disabled for some (/all) scripts combined with your general setup (window size, font size, and many…
bigcommerce.com
classyschema.org
doofinder.com
elfsightcdn.com
google.com
grit.software
gstatic.com
hexgator.com
klarna.com
skeepers.io
criteo.com
googletagmanager.com
It needs only the JS from the first party domain. So they can track me from there but all the other guys don't know about me, unless they buy data from the first party. At least they have to do more work.I also don't get advertising in any form, maybe because I don't have ecommerce apps on my phone and I block a lot of things with Blockada, but that's another story.
Re: Firefox expands fingerprint protections
#68Earlier quoted context omitted.
Also profiles can be configured and used with CLI, no need for UI (old or new). ./firefox -CreateProfile "profile-name /home/user/.mozilla/firefox/profile-path/" ./firefox -profile "/home/user/.mozilla/firefox/profile-path/" And, you can run it directly, no need to launch default firefox profile: Given that /usr/bin/firefox is just a shell script, you can - create a copy of it, say, /usr/bin/firefox-hn - adjust the r…
Instead of needing to know scripting for a core feature, it would be nice if I could tell the program to ask me every time I open a new window which profile that window used. Right click would have an option like their containers "opening new profile window" .
Re: Firefox expands fingerprint protections
#69Earlier quoted context omitted.
Also profiles can be configured and used with CLI, no need for UI (old or new). ./firefox -CreateProfile "profile-name /home/user/.mozilla/firefox/profile-path/" ./firefox -profile "/home/user/.mozilla/firefox/profile-path/" And, you can run it directly, no need to launch default firefox profile: Given that /usr/bin/firefox is just a shell script, you can - create a copy of it, say, /usr/bin/firefox-hn - adjust the r…
Instead of needing to know scripting for a core feature, it would be nice if I could tell the program to ask me every time I open a new window which profile that window used. Right click would have an option like their containers "opening new profile window" .
Or add "-p" to the startup command to do the same thing without right-clicking:
firefox -pRe: Firefox expands fingerprint protections
#70I'm still unhappy with the user-agent header. I tried removing information but it breaks a number of sites. Would like to leave Linux in there (if feasible so it gets counted) but remove/spoof everything else.