Allow square brackets within actor for yggdrasil addresses

main
bashrc 2026-02-23 22:55:28 +00:00
parent 9e62bbd686
commit 7ba9ede278
1 changed files with 2 additions and 2 deletions

View File

@ -43,8 +43,8 @@ INVALID_CHARACTERS = (
INVALID_ACTOR_URL_CHARACTERS = ( INVALID_ACTOR_URL_CHARACTERS = (
'', '', '<', '>', '%', '{', '}', '|', '\\', '^', '`', '', '', '<', '>', '%', '{', '}', '|', '\\', '^', '`',
'?', '#', '[', ']', '!', '$', '&', "'", '(', ')', '*', '?', '#', '!', '$', '&', "'", '(', ')', '*', '+', ',',
'+', ',', ';', '=' ';', '='
) )