about summary refs log tree commit diff
path: root/pkgs/applications/networking/browsers/firefox/common.nix
diff options
context:
space:
mode:
authordavidak <davidak@users.noreply.github.com>2022-05-11 16:50:20 +0200
committerGitHub <noreply@github.com>2022-05-11 16:50:20 +0200
commita2c863ce2fac71c187701e088f1d6526918d67c7 (patch)
tree6041b94a4be851b3bc75b8fef8efb33616059424 /pkgs/applications/networking/browsers/firefox/common.nix
parentf2ee28d13fd3fd506ff7022b2154af29d40eabdf (diff)
parent4206661e5d5273dbbd3f84448176e983fdc29f0f (diff)
Merge pull request #171900 from kevincox/firefox-crashreporter
firefox: Enable crash reporter by default.
Diffstat (limited to 'pkgs/applications/networking/browsers/firefox/common.nix')
-rw-r--r--pkgs/applications/networking/browsers/firefox/common.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/pkgs/applications/networking/browsers/firefox/common.nix b/pkgs/applications/networking/browsers/firefox/common.nix
index 0872558d0f40d..9321e4910997a 100644
--- a/pkgs/applications/networking/browsers/firefox/common.nix
+++ b/pkgs/applications/networking/browsers/firefox/common.nix
@@ -96,6 +96,7 @@
 # WARNING: NEVER set any of the options below to `true` by default.
 # Set to `!privacySupport` or `false`.
 
+, crashreporterSupport ? !privacySupport
 , geolocationSupport ? !privacySupport
 , googleAPISupport ? geolocationSupport
 , webrtcSupport ? !privacySupport
@@ -109,10 +110,6 @@
 # `browser.eme.ui.enabled` and `media.gmp-widevinecdm.enabled` accordingly
 , drmSupport ? true
 
-## other
-
-, crashreporterSupport ? false
-
 # As stated by Sylvestre Ledru (@sylvestre) on Nov 22, 2017 at
 # https://github.com/NixOS/nixpkgs/issues/31843#issuecomment-346372756 we
 # have permission to use the official firefox branding.