mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
revert no-sandbox
This commit is contained in:
parent
ed09d78980
commit
b2238ce7f2
1 changed files with 2 additions and 0 deletions
|
|
@ -101,6 +101,8 @@ const getBrowserPromise = (async () => {
|
|||
'--mute-audio',
|
||||
'--no-default-browser-check',
|
||||
'--no-pings',
|
||||
'--no-sandbox',
|
||||
'--no-zygote',
|
||||
'--use-gl=swiftshader',
|
||||
'--window-size=1920,1080',
|
||||
].filter((item) => !!item),
|
||||
|
|
|
|||
Loading…
Reference in a new issue