Loading pkgs/applications/networking/browsers/firefox/common.nix +4 −1 Original line number Diff line number Diff line Loading @@ -152,7 +152,10 @@ in # Set to `!privacySupport` or `false`. crashreporterSupport ? !privacySupport && !stdenv.hostPlatform.isRiscV && !stdenv.hostPlatform.isMusl, !privacySupport && !stdenv.hostPlatform.isLoongArch64 && !stdenv.hostPlatform.isRiscV && !stdenv.hostPlatform.isMusl, curl, geolocationSupport ? !privacySupport, webrtcSupport ? !privacySupport, Loading Loading
pkgs/applications/networking/browsers/firefox/common.nix +4 −1 Original line number Diff line number Diff line Loading @@ -152,7 +152,10 @@ in # Set to `!privacySupport` or `false`. crashreporterSupport ? !privacySupport && !stdenv.hostPlatform.isRiscV && !stdenv.hostPlatform.isMusl, !privacySupport && !stdenv.hostPlatform.isLoongArch64 && !stdenv.hostPlatform.isRiscV && !stdenv.hostPlatform.isMusl, curl, geolocationSupport ? !privacySupport, webrtcSupport ? !privacySupport, Loading