1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00

Merge pull request #321083 from cinnamonpancake/librewolf_ua_fix

librewolf: remove with-app-basename flag that exposes LibreWolf in the user agent string when resistFingerprinting is disabled
This commit is contained in:
❄️ 2024-07-18 13:04:37 -03:00 committed by GitHub
commit 7dccae1b24
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,7 +10,6 @@ rec {
extraConfigureFlags = [
"--with-app-name=librewolf"
"--with-app-basename=LibreWolf"
"--with-unsigned-addon-scopes=app,system"
];