librewolf: remove redundant build flag that reveals "LibreWolf" in the user agent string when resistFingerprinting is disabled

This commit is contained in:
cinnamonpancake 2024-06-19 13:40:55 -04:00
parent a9c4ba3169
commit d432fc39ff

View File

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