From 80ccc75e8bc539b1fa6742e30ee59949cf9c490f Mon Sep 17 00:00:00 2001 From: monosans Date: Tue, 21 Oct 2025 07:50:07 +0300 Subject: [PATCH] update user-agent --- config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index 58dc6f5..9411e2f 100644 --- a/config.toml +++ b/config.toml @@ -17,7 +17,7 @@ connect_timeout = 5.0 proxy = "" # User-Agent header for scraping requests -user_agent = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36" +user_agent = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36" [checking] @@ -42,7 +42,7 @@ timeout = 60.0 connect_timeout = 5.0 # User-Agent header for proxy check requests -user_agent = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36" +user_agent = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36" [output]