Skip to content

Commit f93654c

Browse files
committedMay 14, 2017
firefox: disable content sandboxing - not ready yet
Details: #24295 (comment) (cherry-picked from master commit 2a6edac)
1 parent 163dd01 commit f93654c

File tree

1 file changed

+1
-1
lines changed
  • pkgs/applications/networking/browsers/firefox

1 file changed

+1
-1
lines changed
 

‎pkgs/applications/networking/browsers/firefox/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ common = { pname, version, sha512, updateScript }: stdenv.mkDerivation rec {
7070
"--enable-system-sqlite"
7171
#"--enable-system-cairo"
7272
"--enable-startup-notification"
73-
"--enable-content-sandbox" # available since 26.0, but not much info available
73+
#"--enable-content-sandbox" # TODO: probably enable after 54
7474
"--disable-crashreporter"
7575
"--disable-tests"
7676
"--disable-necko-wifi" # maybe we want to enable this at some point

0 commit comments

Comments
 (0)