mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
fix: disable ProcessPerSiteUpToMainFrameThreshold in Chrome (#11139)
This commit is contained in:
parent
c1d342fa95
commit
9347aae12e
@ -172,6 +172,8 @@ export class ChromeLauncher extends ProductLauncher {
|
||||
'AcceptCHFrame',
|
||||
'MediaRouter',
|
||||
'OptimizationHints',
|
||||
// https://crbug.com/1492053
|
||||
'ProcessPerSiteUpToMainFrameThreshold',
|
||||
];
|
||||
|
||||
const chromeArguments = [
|
||||
|
Loading…
Reference in New Issue
Block a user