Removing some default args I had recently changed due to an error when launching chromium
This commit is contained in:
parent
0879ec7333
commit
7e3457cce3
1 changed files with 0 additions and 2 deletions
|
|
@ -36,8 +36,6 @@ export class Runner {
|
||||||
BrowserConnectOptions
|
BrowserConnectOptions
|
||||||
) {
|
) {
|
||||||
const defaultArgs = [
|
const defaultArgs = [
|
||||||
'--disable-gpu',
|
|
||||||
'--disable-dev-shm-usage',
|
|
||||||
'--disable-setuid-sandbox',
|
'--disable-setuid-sandbox',
|
||||||
'--no-sandbox',
|
'--no-sandbox',
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue