Merge pull request #910 from mattias-symphony/SDA-1863

fix: SDA-1863 Re-enable the --no-sandbox flag
This commit is contained in:
mattias-symphony
2020-03-12 13:41:59 +01:00
committed by GitHub

View File

@@ -8,7 +8,7 @@ logger.info(`chrome-flags: Setting mandatory chrome flags`, { flag: { 'ssl-versi
app.commandLine.appendSwitch('ssl-version-fallback-min', 'tls1.2');
// Special args that need to be excluded as part of the chrome command line switch
const specialArgs = [ '--url', '--multiInstance', '--userDataPath=', 'symphony://', '--inspect-brk', '--inspect', '--logPath', '--no-sandbox' ];
const specialArgs = [ '--url', '--multiInstance', '--userDataPath=', 'symphony://', '--inspect-brk', '--inspect', '--logPath' ];
/**
* Sets chrome flags