Reserve ".png" suffix for user/org names (#23992)

Org/User names ending with ".png" where not functional, so reserve them

alternative / close  #23908
This commit is contained in:
6543 2023-04-10 22:14:16 +02:00 committed by GitHub
parent eb397c3e63
commit 2b91841cd3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 1 deletions

View file

@ -537,7 +537,8 @@ var (
"gitea-actions",
}
reservedUserPatterns = []string{"*.keys", "*.gpg", "*.rss", "*.atom"}
// DON'T ADD ANY NEW STUFF, WE SOLVE THIS WITH `/user/{obj}` PATHS!
reservedUserPatterns = []string{"*.keys", "*.gpg", "*.rss", "*.atom", "*.png"}
)
// IsUsableUsername returns an error when a username is reserved