mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
Replaces scheme to https for all urls returned to client side.
This commit is contained in:
parent
0c97737aab
commit
4332e5cf51
8 changed files with 50 additions and 50 deletions
|
@ -131,7 +131,7 @@ namespace Ombi.Helpers
|
|||
|
||||
public static string ToHttpsUrl(this string currentUrl)
|
||||
{
|
||||
return currentUrl.Replace("http://", "https://");
|
||||
return currentUrl?.Replace("http://", "https://");
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue