From 2c496221c1e51f3a6b98aa6c770bfa97808092ad Mon Sep 17 00:00:00 2001 From: Adriana Ixba Date: Fri, 20 Oct 2023 14:06:58 -0700 Subject: [PATCH] enable flag --- clients/devtools/devtools-entry.js | 1 + 1 file changed, 1 insertion(+) diff --git a/clients/devtools/devtools-entry.js b/clients/devtools/devtools-entry.js index a060e2d74de4..ec1ed11c965c 100644 --- a/clients/devtools/devtools-entry.js +++ b/clients/devtools/devtools-entry.js @@ -38,6 +38,7 @@ function createConfig(categoryIDs, device) { // In DevTools, emulation is applied _before_ Lighthouse starts (to deal with viewport emulation bugs). go/xcnjf // As a result, we don't double-apply viewport emulation. screenEmulation: {disabled: true}, + ignoreStatusCode: true, }; if (device === 'desktop') { settings.throttling = constants.throttling.desktopDense4G;