server/config: relax tag name restrictions
This commit is contained in:
parent
d21b87581d
commit
b957f3ae36
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: ^[a-zA-Z0-9_:()][a-zA-Z0-9_()-]*$
|
||||
tag_category_name_regex: ^.{1,}$
|
||||
tag_name_regex: ^[^%+#/]+$
|
||||
tag_category_name_regex: ^[^%+#/]+$
|
||||
|
||||
default_rank: regular
|
||||
|
||||
|
|
Loading…
Reference in a new issue