Enable sandbox on webview

This commit is contained in:
Hari Juturu 2017-05-31 23:01:14 -07:00
parent 6a9de535c7
commit b5239754ba
2 changed files with 9 additions and 8 deletions

View file

@ -130,9 +130,6 @@ void AtomMainDelegate::PreSandboxStartup() {
// Disable setuid sandbox since it is not longer required on linux(namespace
// sandbox is available on most distros).
command_line->AppendSwitch(::switches::kDisableSetuidSandbox);
} else {
// Disable renderer sandbox for most of node's functions.
command_line->AppendSwitch(::switches::kNoSandbox);
}
// Allow file:// URIs to read other file:// URIs by default.