mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
server/config: relax tag name limitations
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user