Skip to content

Commit 7ec38e6

Browse files
committed
sync blacklist
1 parent ee9c940 commit 7ec38e6

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

models/user.go

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -753,6 +753,29 @@ var (
753753
"stars",
754754
"template",
755755
"user",
756+
// codeberg added, contains duplicates
757+
"abuse", "admin", "api", "app", "apt", "apps", "appserver", "archive", "archives", "assets", "attachments", "avatar", "avatars",
758+
"bbs", "blog",
759+
"cache", "cd", "cdn", "ci", "cloud", "cluster", "commits", "connect", "contact",
760+
"dashboard", "debug", "deploy", "deployment", "dev", "dns", "dns0", "dns1", "dns2", "dns3", "dns4", "download",
761+
"email", "error", "explore",
762+
"forum", "ftp",
763+
"ghost",
764+
"help", "helpdesk", "host",
765+
"i", "imap", "info", "install", "internal", "issues",
766+
"less", "login",
767+
"m", "mail", "mailserver", "manifest", "metrics", "milestones", "mx",
768+
"new", "news", "notifications",
769+
"official", "org", "ota", "owa",
770+
"packages", "plugins", "poll", "polls", "pop", "pop3", "portal", "postmaster", "project", "projects", "pulls",
771+
"raw", "remote", "repo", "robot", "robots",
772+
"search", "secure", "server", "shop", "shopping", "smtp", "ssl", "stars", "store", "support",
773+
"takeout", "template", "test", "testing",
774+
"user",
775+
"vote", "voting",
776+
"web", "webmail", "webmaster", "webshop", "webstore", "www", "www0", "www1", "www2", "www3", "www4", "www5", "www6", "www7", "www8", "www9",
777+
"ns", "ns0", "ns1", "ns2", "ns3", "ns4",
778+
"vpn",
756779
}, public.KnownPublicEntries...)
757780

758781
reservedUserPatterns = []string{"*.keys", "*.gpg"}

0 commit comments

Comments
 (0)