зеркало из https://github.com/Azure/Sia-Root.git
CA2227: Collection properties should be read only (https://docs.microsoft.com/en-us/visualstudio/code-quality/ca2227-collection-properties-should-be-read-only)
This commit is contained in:
Родитель
79da986a5c
Коммит
3ddb2b9f1c
|
@ -9,6 +9,6 @@ namespace Sia.Shared.Configuration.Protocol
|
|||
/// <summary>
|
||||
/// List of origins to allow requests from.
|
||||
/// </summary>
|
||||
public List<string> AcceptableOrigins { get; set; }
|
||||
public List<string> AcceptableOrigins { get; } = new List<string>();
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче