1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-09-01 14:56:30 +00:00

reserve .well-known username ()

This commit is contained in:
Andreas Shimokawa 2019-07-26 22:37:31 +02:00 committed by techknowlogick
parent 650fdceb5a
commit 9bbe3eb0b4

View File

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