This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
gitea
Watch
3
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
reserve .well-known username (
#7637
)
for-closed-social
Andreas Shimokawa
5 years ago
committed by
techknowlogick
parent
c22b7416e4
commit
cdaf9a5ef5
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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"
}
)
Write
Preview
Loading…
Cancel
Save