Skip to content
This repository was archived by the owner on Aug 23, 2022. It is now read-only.

Commit d5a6048

Browse files
committed
reenable sandbox mode
Signed-off-by: Alexander Pinnecke <alex@klinkert.io>
1 parent 55eb786 commit d5a6048

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/config.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ export const viewport = { width: 1920, height: 1080 };
44

55
export const defaultLanguage = "en";
66
export const defaultArgs = [
7-
// `--no-sandbox`,
8-
// `--disable-setuid-sandbox`,
7+
`--no-sandbox`,
8+
`--disable-setuid-sandbox`,
99
`--disable-dev-shm-usage`,
1010
`--lang=${defaultLanguage}`,
1111
`--disable-gpu`,

0 commit comments

Comments
 (0)