From 793e94c81d4d3fef797d40322a8cb33bd7aa6c85 Mon Sep 17 00:00:00 2001 From: Simone Basso Date: Mon, 13 May 2024 18:49:11 +0200 Subject: [PATCH] chore: upgrade the user agent --- internal/model/http.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/model/http.go b/internal/model/http.go index f717274b8..9e04df769 100644 --- a/internal/model/http.go +++ b/internal/model/http.go @@ -13,9 +13,9 @@ const ( HTTPHeaderAcceptLanguage = "en-US,en;q=0.9" // HTTPHeaderUserAgent is the User-Agent header used for measuring. The current header - // is 28.39% of the browser population as of 2023-12-13 according to the + // is 36.86% of the browser population as of 2024-05-13 according to the // https://www.useragents.me/ webpage. - HTTPHeaderUserAgent = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.3" + HTTPHeaderUserAgent = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.3" ) // Additional strings used to report HTTP errors. They're currently only used by