server/config: relax tag name limitations
This commit is contained in:
parent
7fa8593b0a
commit
84a414c779
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ limits:
|
|||
posts_per_page: 40
|
||||
max_comment_length: 5000
|
||||
|
||||
tag_name_regex: ^[^\s%+#/]+$
|
||||
tag_name_regex: ^\S+$
|
||||
tag_category_name_regex: ^[^\s%+#/]+$
|
||||
|
||||
default_rank: regular
|
||||
|
|
Loading…
Reference in a new issue