add group-related url segments to list of reserved usernames

This commit is contained in:
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
2026-04-02 20:00:47 -04:00
parent a8da652180
commit 987cf89cd3
+3
View File
@@ -598,6 +598,7 @@ var (
"avatar", // avatar by email hash
"avatars", // user avatars by file name
"repo-avatars",
"group-avatars",
"captcha",
"login", // oauth2 login
@@ -608,6 +609,8 @@ var (
"explore",
"issues",
"pulls",
"groups",
"group",
"milestones",
"notifications",