mirror of
https://github.com/arcan1s/ffxivbis.git
synced 2026-01-09 03:03:41 +00:00
fix: add | to allowed chars
This commit is contained in:
@ -12,5 +12,5 @@ trait ValidatorHelper {
|
||||
|
||||
object ValidatorHelper {
|
||||
|
||||
final val VALID_CHARACTERS = HashSet.from("!@#$%^&*()-_=+;:',./? ")
|
||||
final val VALID_CHARACTERS = HashSet.from("!@#$%^&*()-_=+;:',./?| ")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user