Skip to content

Commit 61f69d6

Browse files
committed
fix: move back to no-sandbox
1 parent cf870ef commit 61f69d6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/utils.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,12 @@ exports.puppeteerArgs = [
9494
'--no-default-browser-check',
9595
'--no-first-run',
9696
'--no-pings',
97+
'--no-zygote',
9798
'--password-store=basic',
9899
'--use-gl=swiftshader',
99-
'--use-mock-keychain'
100+
'--use-mock-keychain',
101+
'--no-sandbox',
102+
'--disable-setuid-sandbox'
100103
]
101104
exports.puppeteerViewport = {
102105
deviceScaleFactor: 1,

0 commit comments

Comments
 (0)