server/tags: fix tag names allowing whitespace
This commit is contained in:
parent
abd8e9e89c
commit
0d9c2b7cc8
1 changed files with 2 additions and 2 deletions
|
@ -37,8 +37,8 @@ limits:
|
|||
posts_per_page: 40
|
||||
max_comment_length: 5000
|
||||
|
||||
tag_name_regex: ^[^%+#/]+$
|
||||
tag_category_name_regex: ^[^%+#/]+$
|
||||
tag_name_regex: ^[^\s%+#/]+$
|
||||
tag_category_name_regex: ^[^\s%+#/]+$
|
||||
|
||||
default_rank: regular
|
||||
|
||||
|
|
Loading…
Reference in a new issue