firefox: disable content sandboxing - not ready yet

Details: https://github.com/NixOS/nixpkgs/issues/24295#issuecomment-300588575
This commit is contained in:
Vladimír Čunát 2017-05-14 17:10:06 +02:00
parent dea66a1cb3
commit 2a6edacc4e
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -113,7 +113,7 @@ stdenv.mkDerivation (rec {
"--enable-system-sqlite"
#"--enable-system-cairo"
"--enable-startup-notification"
"--enable-content-sandbox" # available since 26.0, but not much info available
#"--enable-content-sandbox" # TODO: probably enable after 54
"--disable-tests"
"--disable-necko-wifi" # maybe we want to enable this at some point
"--disable-updater"