Skip to content

Commit

Permalink
core(emulation): remove Lighthouse from client hint brand (#15856)
Browse files Browse the repository at this point in the history
  • Loading branch information
connorjclark authored Mar 6, 2024
1 parent c5c2c4c commit 7d80178
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions core/lib/emulation.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
* SPDX-License-Identifier: Apache-2.0
*/

import {lighthouseVersion} from '../../shared/root.js';

const NO_THROTTLING_METRICS = {
latency: 0,
downloadThroughput: 0,
Expand All @@ -29,7 +27,6 @@ function parseUseragentIntoMetadata(userAgent, formFactor) {
const brands = [
{brand: 'Chromium', version},
{brand: 'Google Chrome', version},
{brand: 'Lighthouse', version: lighthouseVersion},
];

const motoGPowerDetails = {
Expand Down

0 comments on commit 7d80178

Please sign in to comment.