Skip to content

Commit

Permalink
firefox: disable content sandboxing - not ready yet
Browse files Browse the repository at this point in the history
Details: #24295 (comment)
(cherry-picked from master commit 2a6edac)
  • Loading branch information
vcunat committed May 14, 2017
1 parent 163dd01 commit f93654c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/applications/networking/browsers/firefox/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ common = { pname, version, sha512, updateScript }: 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-crashreporter"
"--disable-tests"
"--disable-necko-wifi" # maybe we want to enable this at some point
Expand Down

0 comments on commit f93654c

Please sign in to comment.