diff --git a/API/MangaDownloadClients/HttpDownloadClient.cs b/API/MangaDownloadClients/HttpDownloadClient.cs index 458c4bf..2bc0eb9 100644 --- a/API/MangaDownloadClients/HttpDownloadClient.cs +++ b/API/MangaDownloadClients/HttpDownloadClient.cs @@ -13,6 +13,7 @@ internal class HttpDownloadClient : DownloadClient public HttpDownloadClient() { Client.DefaultRequestHeaders.TryAddWithoutValidation("User-Agent", TrangaSettings.userAgent); + Client.DefaultVersionPolicy = HttpVersionPolicy.RequestVersionOrHigher; } internal override RequestResult MakeRequestInternal(string url, string? referrer = null, string? clickButton = null)