mirror of https://github.com/go-gitea/gitea.git
reserve .well-known username (#7638)
This commit is contained in:
parent
650fdceb5a
commit
9bbe3eb0b4
|
@ -751,6 +751,7 @@ var (
|
|||
"robots.txt",
|
||||
".",
|
||||
"..",
|
||||
".well-known",
|
||||
}
|
||||
reservedUserPatterns = []string{"*.keys", "*.gpg"}
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue