Skip to content

Commit baa8dcb

Browse files
committed
cherry-pick(#10380): fix: disable 'AcceptCHFrame' chromium field trial
References #10376
1 parent 4aebfe3 commit baa8dcb

File tree

1 file changed

+1
-1
lines changed
  • packages/playwright-core/src/server/chromium

1 file changed

+1
-1
lines changed

packages/playwright-core/src/server/chromium/chromium.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ const DEFAULT_ARGS = [
296296
'--disable-default-apps',
297297
'--disable-dev-shm-usage',
298298
'--disable-extensions',
299-
'--disable-features=ImprovedCookieControls,LazyFrameLoading,GlobalMediaControls,DestroyProfileOnBrowserClose,MediaRouter',
299+
'--disable-features=ImprovedCookieControls,LazyFrameLoading,GlobalMediaControls,DestroyProfileOnBrowserClose,MediaRouter,AcceptCHFrame',
300300
'--allow-pre-commit-input',
301301
'--disable-hang-monitor',
302302
'--disable-ipc-flooding-protection',

0 commit comments

Comments
 (0)