Skip to content

Commit 92e31db

Browse files
Meir017kblok
authored andcommitted
Remove a dead flag in Default Args (#1094)
1 parent ac21bfa commit 92e31db

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/PuppeteerSharp/ChromiumProcess.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ public class ChromiumProcess : IDisposable
4040
"--force-color-profile=srgb",
4141
"--metrics-recording-only",
4242
"--no-first-run",
43-
"--safebrowsing-disable-auto-update",
4443
"--enable-automation",
4544
"--password-store=basic",
4645
"--use-mock-keychain"
@@ -717,4 +716,4 @@ public override void Dispose(ChromiumProcess p)
717716

718717
#endregion
719718
}
720-
}
719+
}

0 commit comments

Comments
 (0)