[-] BO : fix #PSCFV-4053
This commit is contained in:
@@ -366,7 +366,7 @@ class ValidateCore
|
||||
*/
|
||||
public static function isGenericName($name)
|
||||
{
|
||||
return empty($name) || preg_match('/^[^<>;=#{}]*$/u', $name);
|
||||
return empty($name) || preg_match('/^[^<>=#{}]*$/u', $name);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user