-
Notifications
You must be signed in to change notification settings - Fork 79
Open
Description
To avoid expose emails into the URL, gravatar encode it using MD5.
Take a look at the provider/gravatar.
The service can do that because the user is previously registered at gravatar portal.
In the case of unavatar, the service aims to be stateless without previous register or login.
Let determinate if we can do something in order to improve user privacy.
For example, we can support provide the url encoded base64. That's a reversible encoding and of course it doesn't securize your data, but at least it prevents be crawler for simple text scan bots.
Metadata
Metadata
Assignees
Labels
No labels