Skip to content

Commit 74b740c

Browse files
committed
Remove unused sandbox flags
1 parent bdd9e05 commit 74b740c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/server.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ interface Config {
3535
console.log('Starting browser...');
3636
const browser_config: puppeteer.PuppeteerLaunchOptions = {
3737
args: [
38-
'--no-sandbox',
39-
'--disable-setuid-sandbox',
4038
// https://github.com/GoogleChrome/puppeteer/issues/2410
4139
'--disable-font-subpixel-positioning',
4240
'--font-render-hinting=none',

0 commit comments

Comments
 (0)