server/config: relax tag name limitations

This commit is contained in:
rr- 2016-09-04 02:02:51 +02:00
parent 7fa8593b0a
commit 84a414c779

View file

@ -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