Skip to content

Commit

Permalink
Add flags to improve reliability (#755)
Browse files Browse the repository at this point in the history
  • Loading branch information
kblok authored and Meir017 committed Nov 14, 2018
1 parent 7e57217 commit 8d41b4f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/PuppeteerSharp/ChromiumProcess.cs
Expand Up @@ -23,15 +23,18 @@ public class ChromiumProcess : IDisposable
internal static readonly string[] DefaultArgs = {
"--disable-background-networking",
"--disable-background-timer-throttling",
"--disable-backgrounding-occluded-windows",
"--disable-breakpad",
"--disable-client-side-phishing-detection",
"--disable-default-apps",
"--disable-dev-shm-usage",
"--disable-extensions",
"--disable-features=site-per-process",
"--disable-hang-monitor",
"--disable-ipc-flooding-protection",
"--disable-popup-blocking",
"--disable-prompt-on-repost",
"--disable-renderer-backgrounding",
"--disable-sync",
"--disable-translate",
"--metrics-recording-only",
Expand Down

0 comments on commit 8d41b4f

Please sign in to comment.