Skip to content

Commit

Permalink
Remove a dead flag in Default Args (#1094)
Browse files Browse the repository at this point in the history
  • Loading branch information
Meir017 authored and kblok committed Apr 29, 2019
1 parent ac21bfa commit 92e31db
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/PuppeteerSharp/ChromiumProcess.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ public class ChromiumProcess : IDisposable
"--force-color-profile=srgb",
"--metrics-recording-only",
"--no-first-run",
"--safebrowsing-disable-auto-update",
"--enable-automation",
"--password-store=basic",
"--use-mock-keychain"
Expand Down Expand Up @@ -717,4 +716,4 @@ public override void Dispose(ChromiumProcess p)

#endregion
}
}
}

0 comments on commit 92e31db

Please sign in to comment.