Skip to content

Commit

Permalink
fix: disable AcceptCHFrame (#8706)
Browse files Browse the repository at this point in the history
Closes: #8479
  • Loading branch information
OrKoN authored and jrandolf committed Aug 2, 2022
1 parent e237ba0 commit 96d9608
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/node/ChromeLauncher.ts
Expand Up @@ -200,7 +200,8 @@ export class ChromeLauncher implements ProductLauncher {
'--disable-extensions',
// TODO: remove AvoidUnnecessaryBeforeUnloadCheckSync below
// once crbug.com/1324138 is fixed and released.
'--disable-features=Translate,BackForwardCache,AvoidUnnecessaryBeforeUnloadCheckSync',
// AcceptCHFrame disabled because of crbug.com/1348106.
'--disable-features=Translate,BackForwardCache,AcceptCHFrame,AvoidUnnecessaryBeforeUnloadCheckSync',
'--disable-hang-monitor',
'--disable-ipc-flooding-protection',
'--disable-popup-blocking',
Expand Down

0 comments on commit 96d9608

Please sign in to comment.