mirror of
https://github.com/HolographicHat/Yae.git
synced 2026-04-05 03:05:05 +08:00
aot
This commit is contained in:
@@ -18,7 +18,6 @@ namespace YaeAchievement;
|
||||
public static class Utils {
|
||||
|
||||
public static readonly HttpClient CHttpClient = new (new HttpClientHandler {
|
||||
Proxy = GlobalVars.DebugProxy ? new WebProxy("http://127.0.0.1:8888") : null,
|
||||
AutomaticDecompression = DecompressionMethods.Brotli | DecompressionMethods.GZip
|
||||
}) {
|
||||
DefaultRequestHeaders = {
|
||||
|
||||
Reference in New Issue
Block a user