You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's impossible to find a user whose user handle has an IDN as the domain part. Below is an example and a log excerpt:
vernissage-api | [ INFO ] GET /api/v1/search [request-id: B056B3FE-F30C-4817-83FF-223CC9EDA788]
vernissage-api | [ NOTICE ] Base url cannot be parsed from user query: 'north@ꩰ.com'. [request-id: B056B3FE-F30C-4817-83FF-223CC9EDA788]
You can find such a user by manually converting the user handle to Punycode. However, in this case, the displayed name is incorrect (Punycode instead of IDN):
The text was updated successfully, but these errors were encountered:
Yeah, I know IDNs are cancer and a potential security threat due to homograph attacks, but they've been around for a while and they're here to stay, so they should be handled properly.
It's impossible to find a user whose user handle has an IDN as the domain part. Below is an example and a log excerpt:
You can find such a user by manually converting the user handle to Punycode. However, in this case, the displayed name is incorrect (Punycode instead of IDN):
The text was updated successfully, but these errors were encountered: