mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
Added support for Managed Users #811
This commit is contained in:
parent
6048053c3c
commit
7f913de835
6 changed files with 21 additions and 12 deletions
|
@ -97,6 +97,8 @@ namespace Ombi.UI
|
|||
ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls;
|
||||
ServicePointManager.ServerCertificateValidationCallback +=
|
||||
(sender, certificate, chain, sslPolicyErrors) => true;
|
||||
|
||||
ServicePointManager.Expect100Continue = false;
|
||||
}
|
||||
|
||||
#if DEBUG
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue