From 7350c791135c1cfd2cdd6c7ef18077ef007e40af Mon Sep 17 00:00:00 2001 From: sbwalker Date: Mon, 5 Aug 2024 07:50:54 -0400 Subject: [PATCH] include "://" on default Alias Protocol for consistency --- Oqtane.Shared/Models/Alias.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Oqtane.Shared/Models/Alias.cs b/Oqtane.Shared/Models/Alias.cs index 92ae3a908..958d38702 100644 --- a/Oqtane.Shared/Models/Alias.cs +++ b/Oqtane.Shared/Models/Alias.cs @@ -71,7 +71,7 @@ public string SiteKey /// 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)