feat: enable Network Service by default (#3738)

References #3471.
This commit is contained in:
Andrey Lushnikov
2019-01-09 15:47:08 -08:00
committed by GitHub
parent c86bc0fa9f
commit 1899e7931c
3 changed files with 9 additions and 10 deletions

View File

@@ -34,6 +34,7 @@ const CHROME_PROFILE_PATH = path.join(os.tmpdir(), 'puppeteer_dev_profile-');
const DEFAULT_ARGS = [
'--disable-background-networking',
'--enable-features=NetworkService,NetworkServiceInProcess',
'--disable-background-timer-throttling',
'--disable-backgrounding-occluded-windows',
'--disable-breakpad',