We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 163dd01 commit f93654cCopy full SHA for f93654c
pkgs/applications/networking/browsers/firefox/default.nix
@@ -70,7 +70,7 @@ common = { pname, version, sha512, updateScript }: stdenv.mkDerivation rec {
70
"--enable-system-sqlite"
71
#"--enable-system-cairo"
72
"--enable-startup-notification"
73
- "--enable-content-sandbox" # available since 26.0, but not much info available
+ #"--enable-content-sandbox" # TODO: probably enable after 54
74
"--disable-crashreporter"
75
"--disable-tests"
76
"--disable-necko-wifi" # maybe we want to enable this at some point
0 commit comments