Browse Source

reserve .well-known username (#7637)

tags/v1.21.12.1
Andreas Shimokawa techknowlogick 7 years ago
parent
commit
cdaf9a5ef5
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      models/user.go

+ 1
- 0
models/user.go View File

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


Loading…
Cancel
Save