The downside of all of this is that I feel like sites are now intentionally being designed to break if this kind of stuff is blocked. I used to be able to use Firefox Focus (which has tracking protection built-in) to pay most of my bills. This was convenient because I would just open up the one site in FFF, pay the bill, and then close it, with all browsing history automatically deleted. In the past month about 3 of…
The more I protect my personal data (hi, GDPR!), the more websites are adding recaptacha to all their pages. Blocking trackers makes Google suspicious, so they're adding more and more recaptcha challenges to let me pass their tests, sometimes 5 to 10 in a row. I'm now working for Google's IA for free just to be able to make purchases online, access some services that I already paid for, or filling in support request…
Latest Firefox Brings Privacy Protections Front and Center
91–100 of 209 posts
Re: Latest Firefox Brings Privacy Protections Front and Center
#92The downside of all of this is that I feel like sites are now intentionally being designed to break if this kind of stuff is blocked. I used to be able to use Firefox Focus (which has tracking protection built-in) to pay most of my bills. This was convenient because I would just open up the one site in FFF, pay the bill, and then close it, with all browsing history automatically deleted. In the past month about 3 of…
I use the same mechanism - but with persisting user data - for things like banking etc. in which I only open that one site.
Re: Latest Firefox Brings Privacy Protections Front and Center
#93Earlier quoted context omitted.
I used to have piwik instead GA 2-5 years ago, according to piwik my website had 23% more visitors than on GA. https://matomo.org/
10 years later and still no PostgreSQL support.
Re: Latest Firefox Brings Privacy Protections Front and Center
#94The downside of all of this is that I feel like sites are now intentionally being designed to break if this kind of stuff is blocked. I used to be able to use Firefox Focus (which has tracking protection built-in) to pay most of my bills. This was convenient because I would just open up the one site in FFF, pay the bill, and then close it, with all browsing history automatically deleted. In the past month about 3 of…
Re: Latest Firefox Brings Privacy Protections Front and Center
#95Honestly its getting out of hand. I have everything blocked I can think of [1], and even browsing in private mode, I still sometimes get the "recommended for you" on YouTube. Stop invading my privacy. [1] https://cup.github.io/rosso/youtube
Could just be "We don't know anything about you but these things are generally liked"
Re: Latest Firefox Brings Privacy Protections Front and Center
#96Earlier quoted context omitted.
Or just actively punishing Firefox because blocking tracking is also blocking ads, which is their revenue model. Why spend money optimizing for a browser that doesn't generate revenue? If Firefox becomes the bastion of privacy sensitive people it will become more and more like Tor users, all tainted with the same labels. I mean it's already the case that recaptcha will more likely trigger on Firefox than Chrome, aski…
> because blocking tracking is also blocking ads It's not, the Internet is the only medium where it's assumed that tracking/targeting is necessary for advertising. TV, Magazines, radio, podcasts, cinema don't track users.
Re: Latest Firefox Brings Privacy Protections Front and Center
#97Earlier quoted context omitted.
Self-hosted analytics like Matomo for instance. https://github.com/matomo-org/matomo
Which do get blocked since they're still trackers. The protection isn't just against 3rd party trackers. And if you obfuscate your Matomo client script to get around the user's preference for trackers you're not being very ethical.
Re: Latest Firefox Brings Privacy Protections Front and Center
#98The downside of all of this is that I feel like sites are now intentionally being designed to break if this kind of stuff is blocked. I used to be able to use Firefox Focus (which has tracking protection built-in) to pay most of my bills. This was convenient because I would just open up the one site in FFF, pay the bill, and then close it, with all browsing history automatically deleted. In the past month about 3 of…
I think helps expose the actual (bidirectional) flow of information - web sites give you stuff because you give them stuff. Usually you give them personal info about what you do on their site so that they can monetize you, in return you get news, messaging, etc. If you're unwilling to give them that stuff, maybe it's OK that they are unwilling to give you their (presumably valuable, because you're requesting it) stuf…
Re: Latest Firefox Brings Privacy Protections Front and Center
#99The downside of all of this is that I feel like sites are now intentionally being designed to break if this kind of stuff is blocked. I used to be able to use Firefox Focus (which has tracking protection built-in) to pay most of my bills. This was convenient because I would just open up the one site in FFF, pay the bill, and then close it, with all browsing history automatically deleted. In the past month about 3 of…
Whenever I see a link to a website I suspect of siphoning off all my data (usually news websites), I right-click it and select "Open in new Trash Container". Do my thing, then close the tab, and all cookies and such for that site are cleared. It's almost like a Firefox Focus tab, the main difference being that it's not discernable from a regular tab.
Re: Latest Firefox Brings Privacy Protections Front and Center
#100Earlier quoted context omitted.
What are those technical reasons?
JavaScript engine optimization Devtools Every benchmark: https://arewefastyet.com/linux64/overview?numDays=365 Anecdotally, Firefox uses a lot more CPU, memory, and battery. Makes sense since the JS engine is so much worse. In this era the browser is just a VM for JavaScript.