mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-09 13:56:10 +00:00
3d2deb5335
Restrict the character set to basically 7-bit ASCII plus some punctuation in community/chat/profile related popups in order to: - reduce the risk of impersonation (UTF-8 characters might look the same despite being a different codepoint) - narrow down the set of characters in order to keep the new share URL format short Closes #11307