mirror of
https://github.com/go-gitea/gitea.git
synced 2026-05-12 13:22:55 +02:00
add group-related url segments to list of reserved usernames
This commit is contained in:
parent
0521a0e06d
commit
2f7ecb1f60
@ -596,6 +596,7 @@ var (
|
||||
"avatar", // avatar by email hash
|
||||
"avatars", // user avatars by file name
|
||||
"repo-avatars",
|
||||
"group-avatars",
|
||||
|
||||
"captcha",
|
||||
"login", // oauth2 login
|
||||
@ -606,6 +607,8 @@ var (
|
||||
"explore",
|
||||
"issues",
|
||||
"pulls",
|
||||
"groups",
|
||||
"group",
|
||||
"milestones",
|
||||
"notifications",
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user