mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Add no-sandbox in the puppeteer args
This commit is contained in:
parent
02669a2a52
commit
6ca1e7dc25
1 changed files with 2 additions and 0 deletions
|
|
@ -211,6 +211,8 @@ const getTweetIds = async (tweetId: string): Promise<string[]> => {
|
|||
args: [
|
||||
`--force-device-scale-factor=${factor}`,
|
||||
`--window-size=${width},${height}`,
|
||||
'--no-sandbox',
|
||||
'--disable-setuid-sandbox',
|
||||
],
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue