禁用代理
This commit is contained in:
parent
bca67653a3
commit
ea70ddda61
@ -34,6 +34,8 @@ namespace FastGithub.Middlewares
|
|||||||
|
|
||||||
using var httpClient = new HttpClient(new HttpClientHandler
|
using var httpClient = new HttpClient(new HttpClientHandler
|
||||||
{
|
{
|
||||||
|
Proxy = null,
|
||||||
|
UseProxy = false,
|
||||||
ServerCertificateCustomValidationCallback = (_, _, _, _) => true
|
ServerCertificateCustomValidationCallback = (_, _, _, _) => true
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user