server/tags: fix tag names allowing whitespace

This commit is contained in:
rr- 2016-07-05 23:40:48 +02:00
parent abd8e9e89c
commit 0d9c2b7cc8

View file

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