From eda1a65027a7edb85f89b1972a10f1426bbf18b0 Mon Sep 17 00:00:00 2001 From: Connor Clark Date: Wed, 6 Mar 2024 13:15:33 -0800 Subject: [PATCH 1/2] core(emulation): remove Lighthouse from client hint brand --- core/lib/emulation.js | 1 - 1 file changed, 1 deletion(-) diff --git a/core/lib/emulation.js b/core/lib/emulation.js index f4ed03fb68cb..be264cc5babe 100644 --- a/core/lib/emulation.js +++ b/core/lib/emulation.js @@ -29,7 +29,6 @@ function parseUseragentIntoMetadata(userAgent, formFactor) { const brands = [ {brand: 'Chromium', version}, {brand: 'Google Chrome', version}, - {brand: 'Lighthouse', version: lighthouseVersion}, ]; const motoGPowerDetails = { From 073ac31231dde5f45b6004040e103cb43f08b88f Mon Sep 17 00:00:00 2001 From: Connor Clark Date: Wed, 6 Mar 2024 13:42:29 -0800 Subject: [PATCH 2/2] fix --- core/lib/emulation.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/lib/emulation.js b/core/lib/emulation.js index be264cc5babe..54a6f17a9eca 100644 --- a/core/lib/emulation.js +++ b/core/lib/emulation.js @@ -4,8 +4,6 @@ * SPDX-License-Identifier: Apache-2.0 */ -import {lighthouseVersion} from '../../shared/root.js'; - const NO_THROTTLING_METRICS = { latency: 0, downloadThroughput: 0,