NYT: 'Firefox Is Back. It's Time to Give It a Try.' (nytimes.com)
Another high-profile endorsement for Firefox -- this time from the lead consumer technology writer for The New York Times. (Alternate link here).
The web has reached a new low. It has become an annoying, often toxic and occasionally unsafe place to hang out. More important, it has become an unfair trade: You give up your privacy online, and what you get in return are somewhat convenient services and hyper-targeted ads. That's why it may be time to try a different browser.
Remember Firefox...? About two years ago, six Mozilla employees were huddled around a bonfire one night in Santa Cruz, Calif., when they began discussing the state of web browsers. Eventually, they concluded there was a "crisis of confidence" in the web. "If they don't trust the web, they won't use the web," Mark Mayo, Mozilla's chief product officer, said in an interview.... After testing Firefox for the last three months, I found it to be on a par with Chrome in most categories. In the end, Firefox's thoughtful privacy features persuaded me to make the switch and make it my primary browser.
The Times cites privacy features like Firefox's "Facebook Container," which prevents Facebook from tracking you after you've left their site.
While both Chrome and Firefox have tough security (including sandboxing), Cooper Quintin, a security researcher for the Electronic Frontier Foundation, tells the Times that Google "is fundamentally an advertising company, so it's unlikely that they will ever have a business interest in making Chrome more privacy friendly."
Remember Firefox...? About two years ago, six Mozilla employees were huddled around a bonfire one night in Santa Cruz, Calif., when they began discussing the state of web browsers. Eventually, they concluded there was a "crisis of confidence" in the web. "If they don't trust the web, they won't use the web," Mark Mayo, Mozilla's chief product officer, said in an interview.... After testing Firefox for the last three months, I found it to be on a par with Chrome in most categories. In the end, Firefox's thoughtful privacy features persuaded me to make the switch and make it my primary browser.
The Times cites privacy features like Firefox's "Facebook Container," which prevents Facebook from tracking you after you've left their site.
While both Chrome and Firefox have tough security (including sandboxing), Cooper Quintin, a security researcher for the Electronic Frontier Foundation, tells the Times that Google "is fundamentally an advertising company, so it's unlikely that they will ever have a business interest in making Chrome more privacy friendly."
I already use uBlock Origin in Firefox.
It might not solve the problem in your particular case, but also turn on Firefox's built-in tracking protection (set it to "always" to have it on all the time). It runs after any blocker add-ons and it blocks some stuff uBlock Origin misses.
I think that they could up the stakes even more by tainting third party (and deeper when a third party site links further) cookies depending on which primary site you access so that the cookies are stored in a hierarchy and won't be cross-site accessible unless you tag them to be for selected sites.
It will of course require a completely new cookie manager and it would consume some more resources. But your privacy would be improved.
And that would of course also apply to other kinds of data as well so that the caching is also isolated as well as http headers.
Isolating information areas from each other is important in the world of today. I just feel sorry for those that have Facebook accounts considering that they are usually logged in to that service and then Facebook sees almost every site they visit. It's hard to filter out Facebook, but if you at least feed them less than useful data so it always looks like you are only visiting a certain site then their pool of data is diluted.
Of course they can still see that you come from the same IP address, but if all Facebook traffic is passed through a proxy then it won't do them any good. Selective proxy traffic routing for your internet access.
If builders built buildings the way programmers wrote programs, then the first woodpecker would destroy civilization.
Pocket tracks your site usage to "give you a better home page by providing recommendations of sites to visit" among other things.
They have been investing heavily in PR ever since Quantum disaster hit, and a large amount of people left firefox for any other browser, because there was no longer a meaningful reason to use it.
First PR push was "hey look, we have speed parity with chrome now". Took them a few months to realise that "parity in speed and parity with features" means that people that wanted extra features you axed will leave for mainstream browser, while being on par won't make any meaningful number of people switch the other way.
So now they have been trying other ways of selling firefox. This looks to be one of them, which is just silly. Firefox, as you note, most certainly collects usage patterns. Pocket which is built into firefox literally uses those to recommend web pages you should visit next if you go to your default home page in the browser.
They may claim to be all about privacy and all that stuff, but in reality their main source of reoccurring income has always been from the embedded search features, provided primarily by Google, the company they're talking up as the main enemy of privacy. Because of that I'm genuinely skeptical as to how truly committed they are to privacy as a proper committing to it would require them to stop using Google as the a search provider and we're not seeing anything even hinting towards this. Not only that, they also rather conveniently try to allude they're the only company trying to dedicate themselves to privacy when Opera has been doing that for years and Chromium is also basically a Chrome fork with much of the privacy-compromising stuff removed.
However the core of Mozilla's problems is that they've spent many years more focused on moonshot projects like FirefoxOS and politics, which includes everything from firing their CTO as he was taking the role of CEO on purely political grounds to spending a considerable amount of money modifying the codebase to modify any functionality using Master/Slave naming to not use it. To make up for this shortfall in spending on actual browser development they've also gone ahead and tried to streamline development by removing features despite very vocal opposition from their userbase. Hell, this isn't even the first time they've tried copying what their competition is doing, the last time they did major changes to the UI those changes ended up only making Firefox look more like Chrome and their users naturally hated that because if they'd want to use Chrome, then they'd actually use Chrome.
No, the real fundamental problem Firefox has had for the last decade or so is simply unfocused and incompetent management. Until they can to a complete management "flush" and replace their management with people focused on the actual product rather than everything else, I can't see Firefox going anywhere in terms of it's already small market share.
"Why should I want to make anything up? Life's bad enough as it is without wanting to invent any more of it."
Thanks for the instructions. I hope they will be helpful to me once I switch my main desktop beyond 52ESR.
My point wasn't that I am haven't stopped pocket though. The point is that if you use default browser, without going into about:config fuckery, which average user is not going to do, firefox tracks your usage closely and is not a "privacy minded browser" by any reasonable measure no matter what PR shills try to tell people.
What's more, folks are going on like processes are intrinsically expensive.
On Windows, starting a process is expensive for two reasons: spawn semantics instead of fork semantics, and the common practice of real-time antivirus. On any system, RAM owned by a process and not shared with other processes is expensive, particularly if it causes cached disk sectors to get evicted to make room or (worse) leads to swapping.
Another user already posted Mozilla's relevant policy page in this discussion, which clearly states that they do indeed reserve the right to track your usage patterns.
What specific mechanism they use for it is rather irrelevant in scope of this discussion. "Oh it's not Pocket that sends it, it's that other module. Pocket just handles the received data based on it" is quite a disingenuous way of dancing around the issue.