Property CustomAllowedPatterns
Namespace: Belay.Core.Security
Assembly: Belay.Core.dll
CustomAllowedPatterns
Gets or sets custom patterns that should be allowed even if they would normally be blocked.
csharp
public IList<string> CustomAllowedPatterns { get; set; }
Property Value
Remarks
Allows creating exceptions to the standard security validation for specific patterns that are known to be safe in the application context. Use with caution as this can weaken security protections.