reserve .well-known username (#7638)

This commit is contained in:
Andreas Shimokawa 2019-07-26 22:37:31 +02:00 committed by techknowlogick
parent 650fdceb5a
commit 9bbe3eb0b4
1 changed files with 1 additions and 0 deletions

View File

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