1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-16 07:18:37 +00:00

Add robots.txt as reserved username (#6272)

Fix #6271
This commit is contained in:
techknowlogick
2019-03-07 16:30:25 -05:00
committed by GitHub
parent f2de5dc8c8
commit 9fd8b2621f

View File

@@ -742,6 +742,7 @@ var (
"template", "template",
"user", "user",
"vendor", "vendor",
"robots.txt",
".", ".",
"..", "..",
} }