mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-02-25 18:55:29 -06:00
SDA-1863 Re-enable the --no-sandbox flag
This commit is contained in:
parent
07a978c2da
commit
0699d63366
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user