0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-09-30 21:19:03 +02:00

reserve .well-known username (#7637)

This commit is contained in:
Andreas Shimokawa 2019-07-26 22:06:21 +02:00 committed by techknowlogick
parent c22b7416e4
commit cdaf9a5ef5

View file

@ -783,6 +783,7 @@ var (
"robots.txt",
".",
"..",
".well-known",
}
reservedUserPatterns = []string{"*.keys", "*.gpg"}
)