mirror of https://gitlab.com/bashrc2/epicyon
Allow square brackets within actor for yggdrasil addresses
parent
9e62bbd686
commit
7ba9ede278
4
utils.py
4
utils.py
|
|
@ -43,8 +43,8 @@ INVALID_CHARACTERS = (
|
||||||
|
|
||||||
INVALID_ACTOR_URL_CHARACTERS = (
|
INVALID_ACTOR_URL_CHARACTERS = (
|
||||||
'
', '', '<', '>', '%', '{', '}', '|', '\\', '^', '`',
|
'
', '', '<', '>', '%', '{', '}', '|', '\\', '^', '`',
|
||||||
'?', '#', '[', ']', '!', '$', '&', "'", '(', ')', '*',
|
'?', '#', '!', '$', '&', "'", '(', ')', '*', '+', ',',
|
||||||
'+', ',', ';', '='
|
';', '='
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue