Mozilla Faces Privacy Complaint for Enabling Tracking in Firefox Without User Consent

https://thehackernews.com/2024/09/mozilla-faces-privacy-complaint-for.html

113 points · 10 comments · view on lemmy.world

10 Comments

TerkErJerbs@lemm.ee · 23 pts · 1y

Can confirm. Noticed that stupid fucking opt-out setting after the last update and shook my fist at the sky. Do better Firefox, ffs.

recursive_recursion@lemmy.ca · 13 pts · 1y

Heads up yall:

By deselecting/disabling everything under Firefox Data Collection and Use it should also disable Website Advertising Preferences which is the Privacy-preserving attribution (PPA) as mentioned in the article


That and I would honestly recommend installing Librewolf as an alternative browser (it's Firefox but with privacy prioritized default settings)


Installing as a Flatpak via Flathub

sudo pacman -S flatpak
flatpak install flathub io.gitlab.librewolf-community

Installing on Arch Linux via Yay:

## Yay Install
sudo pacman -S git
git clone https://aur.archlinux.org/yay.git
cd yay/
makepkg -si

## Enter super user/or root password when prompted.

## Package installs with Yay
yay -S librewolf-bin

Please consider donating to my Liberapay if you like seeing detailed comments/posts from me🤗

masterofn001@lemmy.ca · 6 pts · 1y (2 replies)

In About:config you can find other more troublesome privacy issues

Normandy

User studies

Crash reports (include URLs)

Shopping partners

Pocket api

sxan@midwest.social · 8 pts · 1y (1 reply)

Fucking Pocket. It keeps getting re-enabled. Not on every update, otherwise I'd build muscle memory to go turn it off, but at random updates infrequent enough that I don't always remember to go check it.

masterofn001@lemmy.ca · 7 pts · 1y

Make a user.js file and put it in your Mozilla profile config dir.

It overrides the settings before launch, so if it was reenabled by remote setting updates, it will be kept disabled. (Do this for any setting you want to make persistent)

extensions.pocket.enabled false

  • you can also delete any api URL to be sure it doesn't call home.

Mull does this by default.

bbigras@sh.itjust.works · 2 pts · 1y (3 replies)

Can we disable this on mobile?

Anticorp@lemmy.world · 4 pts · 1y (2 replies)

Yes, but the point is that you shouldn't have to.

bbigras@sh.itjust.works · 1 pts · 1y (1 reply)

I don't think we have about:config on mobile. I'm not sure we have this option in the mobile settings yet. The "share with Mozilla" thing was already disabled so I'm guessing it's not the new one.

Anticorp@lemmy.world · 3 pts · 1y

It's available on Firefox Nightly.

LunchMoneyThief@links.hackliberty.org · 0 pts · 1y

Firefox ESR creates some safe distance between you and these "wonderful" new features that everybody "wants".

And plenty enough time for a user.js template to be tweaked accordingly.