summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcinnamonpancake <130177017+cinnamonpancake@users.noreply.github.com>2024-06-19 13:40:55 -0400
committercinnamonpancake <130177017+cinnamonpancake@users.noreply.github.com>2024-06-20 08:18:40 -0400
commitd432fc39ff65f0f9945836f21e0db9794e7d6d8a (patch)
treeb554fac17abebb171bb1768cedb1975e51bac167
parentMerge #308806: docuum 0.24.0 -> 0.25.0 (diff)
downloadnixpkgs-d432fc39ff65f0f9945836f21e0db9794e7d6d8a.tar.gz
librewolf: remove redundant build flag that reveals "LibreWolf" in the user agent string when resistFingerprinting is disabled
-rw-r--r--pkgs/applications/networking/browsers/librewolf/librewolf.nix1
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"
];