mirror of
https://github.com/kevachat/webapp.git
synced 2025-01-23 04:54:32 +00:00
allow dot in room names
This commit is contained in:
parent
5916bb48d5
commit
3fb22ad7aa
2
.env
2
.env
@ -74,7 +74,7 @@ APP_ADD_ROOM_REMOTE_IP_DELAY=86400
|
|||||||
APP_ADD_ROOM_REMOTE_IP_DENIED=
|
APP_ADD_ROOM_REMOTE_IP_DENIED=
|
||||||
|
|
||||||
# Room name rules (for kevacoin _KEVA_NS_, max length is 520)
|
# Room name rules (for kevacoin _KEVA_NS_, max length is 520)
|
||||||
APP_ADD_ROOM_KEVA_NS_VALUE_REGEX=/^[\w\s_-]{2,64}$/ui
|
APP_ADD_ROOM_KEVA_NS_VALUE_REGEX=/^[\w\s\._-]{2,64}$/ui
|
||||||
|
|
||||||
# Allow remotes to create new posts (submit key/values)
|
# Allow remotes to create new posts (submit key/values)
|
||||||
APP_ADD_POST_REMOTE_IP_REGEX=/.*/
|
APP_ADD_POST_REMOTE_IP_REGEX=/.*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user