Skip to content

Commit 9221f57

Browse files
committed
fix: add --no-sandbox flag to browser launch options
1 parent 7ca4901 commit 9221f57

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/services/browser/UrlContentFetcher.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ export class UrlContentFetcher {
5858
"--no-first-run",
5959
"--disable-gpu",
6060
"--disable-features=VizDisplayCompositor",
61+
"--no-sandbox",
6162
],
6263
executablePath: stats.executablePath,
6364
})

0 commit comments

Comments
 (0)