internetarchive / brozzler

brozzler - distributed browser-based web crawler
Apache License 2.0
648 stars 96 forks source link

Add chrome options --disable-sync and --disable-breakpad #237

Closed vbanos closed 2 years ago

vbanos commented 2 years ago

--disable-sync disables syncing to a Google account.

--disable-breakpad disables crashdump collection.

These options aren't useful for Brozzler. They are already used in puppeteer https://github.com/puppeteer/puppeteer/blob/main/src/node/Launcher.ts#L211

Docs in chrome-launcher https://github.com/GoogleChrome/chrome-launcher/blob/master/docs/chrome-flags-for-tools.md