Skip to content

Commit

Permalink
Merge pull request #4483 from sbwalker/dev
Browse files Browse the repository at this point in the history
include "://" on default Alias Protocol for consistency
  • Loading branch information
sbwalker authored Aug 5, 2024
2 parents 5f7b60d + 7350c79 commit b4506f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Oqtane.Shared/Models/Alias.cs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public string SiteKey
/// Protocol for the request from which the alias was resolved (ie. http or https )
/// </summary>
[NotMapped]
public string Protocol { get; set; } = "https"; // default value
public string Protocol { get; set; } = "https://"; // default value

/// <summary>
/// Base Url for static resources (note that this will only be set for remote clients)
Expand Down

0 comments on commit b4506f1

Please # to comment.