diff --git a/Oqtane.Shared/Models/Alias.cs b/Oqtane.Shared/Models/Alias.cs index 92ae3a90..958d3870 100644 --- a/Oqtane.Shared/Models/Alias.cs +++ b/Oqtane.Shared/Models/Alias.cs @@ -71,7 +71,7 @@ namespace Oqtane.Models /// Protocol for the request from which the alias was resolved (ie. http or https ) /// [NotMapped] - public string Protocol { get; set; } = "https"; // default value + public string Protocol { get; set; } = "https://"; // default value /// /// Base Url for static resources (note that this will only be set for remote clients)