Skip to content

Commit f0fba70

Browse files
committed
fix: remove unnecessary browser arguments for improved compatibility
1 parent da59a90 commit f0fba70

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/archives/archives.service.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,6 @@ export class ArchivesService {
104104
"--dump-content",
105105
"--browser-wait-until=networkidle0",
106106
"--browser-timeout=60000",
107-
"--browser-args",
108-
'["--no-sandbox","--disable-setuid-sandbox"]',
109107
],
110108
{
111109
timeout: 120000,

0 commit comments

Comments
 (0)