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
1 changed files with 1 additions and 0 deletions

View File

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