Browse Source

reserve .well-known username (#7637)

for-closed-social
Andreas Shimokawa 5 years ago
committed by techknowlogick
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