fix #4353 - add defensive logic when sending notifications and improve performance

This commit is contained in:
sbwalker
2024-06-26 09:09:06 -04:00
parent 73abc511a8
commit 03f081f3f4
4 changed files with 26 additions and 14 deletions

View File

@ -68,10 +68,10 @@ namespace Oqtane.Models
}
/// <summary>
/// Protocol for the request from which the alias was resolved (ie. http:// or https:// )
/// Protocol for the request from which the alias was resolved (ie. http or https )
/// </summary>
[NotMapped]
public string Protocol { get; set; }
public string Protocol { get; set; } = "https"; // default value
/// <summary>
/// Base Url for static resources (note that this will only be set for remote clients)