librewolf: Set network.dns.native_https_query to false

Fixes an issue where Firefox v129+ leaks DNS requests from the system.
Likely won't be fixed until v131 at the earliest.
This commit is contained in:
Donovan Glover 2024-08-31 10:02:47 -04:00
parent de9f1486d7
commit f8806840d6
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -74,6 +74,8 @@ in
"xpinstall.signatures.required" = false;
"network.dns.native_https_query" = false;
"toolkit.legacyUserProfileCustomizations.stylesheets" = true;
};
};