summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author❄️ <5861043+superherointj@users.noreply.github.com>2024-07-18 13:04:37 -0300
committerGitHub <noreply@github.com>2024-07-18 13:04:37 -0300
commit7dccae1b247672fffce78c017cfb088a42d2fe16 (patch)
treebf77d56f1e770b14a82ce20f468447035fb8a778
parentMerge pull request #327213 from sternenseemann/lerc-pkg-config (diff)
parentlibrewolf: remove redundant build flag that reveals "LibreWolf" in the user a... (diff)
downloadnixpkgs-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.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"
];