From 59b4ba578b0e6a9dc1679fb1cdfb723773ca3d4b Mon Sep 17 00:00:00 2001 From: AmazingDM Date: Wed, 9 Dec 2020 12:00:51 +0800 Subject: [PATCH] Update UA --- Netch/Utils/WebUtil.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Netch/Utils/WebUtil.cs b/Netch/Utils/WebUtil.cs index 495b6cd5..c9700878 100644 --- a/Netch/Utils/WebUtil.cs +++ b/Netch/Utils/WebUtil.cs @@ -14,7 +14,7 @@ namespace Netch.Utils } public const string DefaultUserAgent = - @"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.70 Safari/537.36"; + @"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.67 Safari/537.36 Edg/87.0.664.55"; private static int DefaultGetTimeout => Global.Settings.RequestTimeout; @@ -99,4 +99,4 @@ namespace Netch.Utils fileStream.Flush(); } } -} \ No newline at end of file +}