Update UA

This commit is contained in:
AmazingDM
2020-12-09 12:00:51 +08:00
committed by GitHub
parent 5ed25de9ee
commit 59b4ba578b

View File

@@ -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();
}
}
}
}