Skip to content

Commit

Permalink
fix: disable ProcessPerSiteUpToMainFrameThreshold in Chrome (#11139)
Browse files Browse the repository at this point in the history
  • Loading branch information
OrKoN committed Oct 12, 2023
1 parent c1d342f commit 9347aae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/puppeteer-core/src/node/ChromeLauncher.ts
Expand Up @@ -172,6 +172,8 @@ export class ChromeLauncher extends ProductLauncher {
'AcceptCHFrame',
'MediaRouter',
'OptimizationHints',
// https://crbug.com/1492053
'ProcessPerSiteUpToMainFrameThreshold',
];

const chromeArguments = [
Expand Down

0 comments on commit 9347aae

Please sign in to comment.