Skip to content

Commit

Permalink
Merge pull request #253 from YusukeIwaki/porting/8706
Browse files Browse the repository at this point in the history
fix: disable AcceptCHFrame
  • Loading branch information
YusukeIwaki committed Sep 12, 2022
2 parents 1fff72d + c3795a2 commit a665441
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/puppeteer/launcher/chrome.rb
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,8 @@ def initialize(chrome_arg_options)
'--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 a665441

Please sign in to comment.