this post was submitted on 05 Sep 2024
11 points (100.0% liked)

LibreWolf

3039 readers
1 users here now

Welcome to the official community for LibreWolf.

LibreWolf is designed to increase protection against tracking and fingerprinting techniques, while also including a few security improvements. LibreWolf also aims to remove all the telemetry, data collection and annoyances, as well as disabling anti-freedom features like DRM. If you have any question please visit our FAQ first: https://librewolf.net/docs/faq/

To learn more or to download the browser visit the website: https://librewolf.net/

If you want to contribute head over to our Codeberg: https://codeberg.org/librewolf

founded 3 years ago
MODERATORS
 

After the recent update (130.0-1) my settings in the “DNS over HTTPS” settings are no longer saving and are reset to “Increased protection” with the Mozilla DNS server every time I close the browser.

Does anyone know how I can fix this?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 5 points 1 week ago* (last edited 1 week ago) (1 children)

Ouch, that's a nasty bug imho. Thanks to this wiki entry I've looked up the file librewolf.cfg in /var/lib/flatpak/ and changed :

pref("network.trr.mode", 2);

into

pref("network.trr.mode", 5);

and that seems to fix it for now (till a newer LibreWolf maybe overrides that file).

[–] [email protected] 1 points 1 week ago

Thank you for the reply, I will check it out later.