Skip to content

Commit 783ff4a

Browse files
committed
flags: disable RenderDocument
1 parent 0fa56e7 commit 783ff4a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/flags.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ export const DEFAULT_FLAGS: ReadonlyArray<string> = [
3131
'AutofillServerCommunication',
3232
// Disables "Enhanced ad privacy in Chrome" dialog (though as of 2024-03-20 it shouldn't show up if the profile has no stored country).
3333
'PrivacySandboxSettings4',
34+
// Disable RenderDocument (https://chromium.googlesource.com/chromium/src/+/main/docs/render_document.md) until remaining bugs are fixed. https://github.com/GoogleChrome/lighthouse/pull/16363
35+
'RenderDocument',
3436
].join(','),
3537

3638
// Disable all chrome extensions

0 commit comments

Comments
 (0)