Hostnames and usernames to reserve
ldpreload.com
Hostnames and usernames to reserve
1–10 of 25 posts
Re: Hostnames and usernames to reserve
#2Re: Hostnames and usernames to reserve
#3Re: Hostnames and usernames to reserve
#4The article looks great and makes many good points, but I'll pick on one: why disallow upper case letters from usernames?
Re: Hostnames and usernames to reserve
#5The article looks great and makes many good points, but I'll pick on one: why disallow upper case letters from usernames?
Re: Hostnames and usernames to reserve
#6The article looks great and makes many good points, but I'll pick on one: why disallow upper case letters from usernames?
Email addresses and domain names are case-ignoring so you should never allow usernames that differ only in case. Allowing only lower case is an easy way to do this.
Re: Hostnames and usernames to reserve
#7Just to say, the list could be made much longer (eg: login)
Re: Hostnames and usernames to reserve
#8Re: Hostnames and usernames to reserve
#9I wonder how the pull requests for the public suffix domains are being checked. Can somebody use it as an attack surface by adding the victim's domain in that list and effectively blocking their website from setting cookies?
Re: Hostnames and usernames to reserve
#10Earlier quoted context omitted.
Email addresses and domain names are case-ignoring so you should never allow usernames that differ only in case. Allowing only lower case is an easy way to do this.
The username part of an email address can actually be case sensitive, and this has been known to cause problems with some systems (e.g. https://airmail.tenderapp.com/help/discussions/287/113-case-... ).