mirror of https://gitlab.com/bashrc2/epicyon
More invalid characters
parent
bd497b6d20
commit
06315138d4
2
utils.py
2
utils.py
|
@ -24,7 +24,7 @@ from cryptography.hazmat.primitives import hashes
|
||||||
# both incoming and outgoing.
|
# both incoming and outgoing.
|
||||||
# Could include dubious clacks or admin dogwhistles
|
# Could include dubious clacks or admin dogwhistles
|
||||||
invalidCharacters = (
|
invalidCharacters = (
|
||||||
'卐', '卍', '࿕', '࿖', '࿗', '࿘', 'ϟϟ'
|
'卐', '卍', '࿕', '࿖', '࿗', '࿘', 'ϟϟ', '🏳️🌈🚫', '⚡⚡'
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue