mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-04-23 13:57:06 -04:00
parent
0911abcfc0
commit
558bbeaa34
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ namespace NzbDrone.Core.Security
|
|||
return true;
|
||||
}
|
||||
|
||||
var ipAddresses = GetIPAddresses(request.Host);
|
||||
var ipAddresses = GetIPAddresses(request.RequestUri.Host);
|
||||
var certificateValidation = _configService.CertificateValidation;
|
||||
|
||||
if (certificateValidation == CertificateValidationType.Disabled)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue