Removing some default args I had recently changed due to an error when launching chromium

This commit is contained in:
Collin Duncan 2023-02-13 10:12:50 +01:00
parent 0879ec7333
commit 7e3457cce3
No known key found for this signature in database

View file

@ -36,8 +36,6 @@ export class Runner {
BrowserConnectOptions
) {
const defaultArgs = [
'--disable-gpu',
'--disable-dev-shm-usage',
'--disable-setuid-sandbox',
'--no-sandbox',
]