Skip to content

Commit

Permalink
PropertyValidator remove illegalCodeChars
Browse files Browse the repository at this point in the history
  • Loading branch information
kostyrin committed Dec 9, 2019
1 parent a3dc561 commit feff1ed
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ namespace VirtoCommerce.CatalogModule.Data.Validation
{
public class PropertyValidator : AbstractValidator<Property>
{
private static readonly char[] _illegalCodeChars = { '$', '+', ';', '=', '%', '{', '}', '[', ']', '|', '\\', '/', '@', '~', '!', '^', '*', '&', '(', ')', ':', '<', '>' };
public PropertyValidator()
{

Expand Down

0 comments on commit feff1ed

Please sign in to comment.