diff options
| author | ❄️ <5861043+superherointj@users.noreply.github.com> | 2024-07-18 13:04:37 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-18 13:04:37 -0300 |
| commit | 7dccae1b247672fffce78c017cfb088a42d2fe16 (patch) | |
| tree | bf77d56f1e770b14a82ce20f468447035fb8a778 | |
| parent | Merge pull request #327213 from sternenseemann/lerc-pkg-config (diff) | |
| parent | librewolf: remove redundant build flag that reveals "LibreWolf" in the user a... (diff) | |
| download | nixpkgs-7dccae1b247672fffce78c017cfb088a42d2fe16.tar.gz | |
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
| -rw-r--r-- | pkgs/applications/networking/browsers/librewolf/librewolf.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/applications/networking/browsers/librewolf/librewolf.nix b/pkgs/applications/networking/browsers/librewolf/librewolf.nix index bb35d92a3d62..e662874dc05f 100644 --- a/pkgs/applications/networking/browsers/librewolf/librewolf.nix +++ b/pkgs/applications/networking/browsers/librewolf/librewolf.nix @@ -10,7 +10,6 @@ rec { extraConfigureFlags = [ "--with-app-name=librewolf" - "--with-app-basename=LibreWolf" "--with-unsigned-addon-scopes=app,system" ]; |
