From 9347aae12e996604cea871acc9d007cbf338542e Mon Sep 17 00:00:00 2001 From: Alex Rudenko Date: Thu, 12 Oct 2023 10:58:31 +0200 Subject: [PATCH] fix: disable ProcessPerSiteUpToMainFrameThreshold in Chrome (#11139) --- packages/puppeteer-core/src/node/ChromeLauncher.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/puppeteer-core/src/node/ChromeLauncher.ts b/packages/puppeteer-core/src/node/ChromeLauncher.ts index 4201087b17ee3..e1c5d9387c16e 100644 --- a/packages/puppeteer-core/src/node/ChromeLauncher.ts +++ b/packages/puppeteer-core/src/node/ChromeLauncher.ts @@ -172,6 +172,8 @@ export class ChromeLauncher extends ProductLauncher { 'AcceptCHFrame', 'MediaRouter', 'OptimizationHints', + // https://crbug.com/1492053 + 'ProcessPerSiteUpToMainFrameThreshold', ]; const chromeArguments = [