Add + to the allowed API string character set
This commit is contained in:
parent
316a829ff7
commit
0e97afdbd6
@ -18,4 +18,4 @@ import re
|
||||
|
||||
# These are the characters that we allow to be passed in via the
|
||||
# API calls.
|
||||
VALID_API_STRING = re.compile(r'^[a-zA-Z0-9_,.:*-]+$')
|
||||
VALID_API_STRING = re.compile(r'^[a-zA-Z0-9_,.:+*-]+$')
|
||||
|
Loading…
Reference in New Issue
Block a user