mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-12-27 08:44:34 +01:00
Rename ISearchForNzb to IReleaseSearchService
This commit is contained in:
@@ -169,7 +169,7 @@ namespace Prowlarr.Http.Extensions
|
||||
}
|
||||
|
||||
// Front-End-Https: Non-standard header field used by Microsoft applications and load-balancers
|
||||
else if (request.Headers.Where(x => x.Key == "Front-End-Https" && x.Value.FirstOrDefault() == "on").Any())
|
||||
else if (request.Headers.Any(x => x.Key == "Front-End-Https" && x.Value.FirstOrDefault() == "on"))
|
||||
{
|
||||
scheme = "https";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user