Skip to content

Commit 2a6edac

Browse files
committedMay 14, 2017
firefox: disable content sandboxing - not ready yet
Details: #24295 (comment)
1 parent dea66a1 commit 2a6edac

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/common.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ stdenv.mkDerivation (rec {
113113
"--enable-system-sqlite"
114114
#"--enable-system-cairo"
115115
"--enable-startup-notification"
116-
"--enable-content-sandbox" # available since 26.0, but not much info available
116+
#"--enable-content-sandbox" # TODO: probably enable after 54
117117
"--disable-tests"
118118
"--disable-necko-wifi" # maybe we want to enable this at some point
119119
"--disable-updater"

0 commit comments

Comments
 (0)