mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore: fix network-service related chromium feature settings (#8350)
This commit is contained in:
parent
0502395624
commit
2219eed386
@ -207,7 +207,7 @@ class ChromeLauncher implements ProductLauncher {
|
||||
const chromeArguments = [
|
||||
'--allow-pre-commit-input', // TODO(crbug.com/1320996): neither headful nor headless should rely on this flag.
|
||||
'--disable-background-networking',
|
||||
'--enable-features=NetworkService,NetworkServiceInProcess',
|
||||
'--enable-features=NetworkServiceInProcess2',
|
||||
'--disable-background-timer-throttling',
|
||||
'--disable-backgrounding-occluded-windows',
|
||||
'--disable-breakpad',
|
||||
|
Loading…
Reference in New Issue
Block a user