Skip to content

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

IList<string>

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.

Released under the Apache License 2.0.