reserve .well-known username (#7637)

pull/7634/head^2
Andreas Shimokawa 2019-07-26 22:06:21 +02:00 committed by techknowlogick
parent c22b7416e4
commit cdaf9a5ef5
1 changed files with 1 additions and 0 deletions

View File

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