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:
commit
7dccae1b24
|
@ -10,7 +10,6 @@ rec {
|
|||
|
||||
extraConfigureFlags = [
|
||||
"--with-app-name=librewolf"
|
||||
"--with-app-basename=LibreWolf"
|
||||
"--with-unsigned-addon-scopes=app,system"
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue