From eeca39b8f5325fd4f77ed1a7906730d63ccfe11e Mon Sep 17 00:00:00 2001 From: monosans Date: Tue, 26 Dec 2023 10:09:22 +0300 Subject: [PATCH] Update User-Agent --- proxy_scraper_checker/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxy_scraper_checker/constants.py b/proxy_scraper_checker/constants.py index e3e2e8184..23e7fdbff 100644 --- a/proxy_scraper_checker/constants.py +++ b/proxy_scraper_checker/constants.py @@ -7,6 +7,6 @@ DEFAULT_CHECK_WEBSITE = "http://ip-api.com/json/?fields=8217" HEADERS: MappingProxyType[str, str] = MappingProxyType({ hdrs.USER_AGENT: ( - "Mozilla/5.0 (Windows NT 10.0; rv:120.0) Gecko/20100101 Firefox/120.0" + "Mozilla/5.0 (Windows NT 10.0; rv:121.0) Gecko/20100101 Firefox/121.0" ) })