We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Although the URL no longer exposes usernames, the "alt" still betrays the intention of this control.
In this case, my user's PK is 1, and the username is "admin". This could have security implications.
<img src="http://example.com/avatars/1/resized/80/1439577525067.jpg" width="80" height="80" alt="admin">
The text was updated successfully, but these errors were encountered:
Respect AVATAR_EXPOSE_USERNAMES for img alt
4678144
This will prevent scraping "alts" for valid site usernames. Submitted for jazzband#188
Don't expose user names through alt tags, solves #189, solves #188, r…
7d276ea
…elates to #181
No branches or pull requests
Although the URL no longer exposes usernames, the "alt" still betrays the intention of this control.
In this case, my user's PK is 1, and the username is "admin". This could have security implications.
The text was updated successfully, but these errors were encountered: