diff --git a/src/node/Launcher.ts b/src/node/Launcher.ts index 8870ec95709..971bd8a5313 100644 --- a/src/node/Launcher.ts +++ b/src/node/Launcher.ts @@ -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',