Skip to content

Commit

Permalink
chore: fix network-service related chromium feature settings (#8350)
Browse files Browse the repository at this point in the history
  • Loading branch information
yutakahirano committed May 31, 2022
1 parent 0502395 commit 2219eed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/node/Launcher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 2219eed

Please sign in to comment.