Mozilla Faces Privacy Complaint for Enabling Tracking in Firefox Without User Consent (thehackernews.com)
from kid@sh.itjust.works to cybersecurity@sh.itjust.works on 25 Sep 2024 20:17
https://sh.itjust.works/post/25741632

#cybersecurity

threaded - newest

TerkErJerbs@lemm.ee on 25 Sep 2024 21:03 next collapse

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 on 25 Sep 2024 21:38 next collapse

Heads up yall:

<img alt="" src="https://lemmy.ca/pictrs/image/f73bd1bb-5537-43be-8831-a17f6c00861e.png">

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

<img alt="" src="https://lemmy.ca/pictrs/image/c9e54bb7-8d8e-4e6e-9dc6-7c3e8a8b0c2a.png">


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 <img alt="Liberapay" src="https://liberapay.com/assets/widgets/donate.svg"> if you like seeing detailed comments/posts from me🤗

masterofn001@lemmy.ca on 25 Sep 2024 23:30 next collapse

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 on 26 Sep 2024 00:08 collapse

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 on 26 Sep 2024 02:00 collapse

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.

<img alt="" src="https://lemmy.ca/pictrs/image/90dec29f-4a37-4ddf-b6f1-548c9b5bfb8b.png">

bbigras@sh.itjust.works on 26 Sep 2024 05:06 next collapse

Can we disable this on mobile?

Anticorp@lemmy.world on 26 Sep 2024 05:52 collapse

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

bbigras@sh.itjust.works on 26 Sep 2024 05:56 collapse

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 on 26 Sep 2024 15:21 collapse

It’s available on Firefox Nightly.

LunchMoneyThief@links.hackliberty.org on 26 Sep 2024 06:11 collapse

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.