mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-01-19 08:57:55 +00:00
add more reserved user names
This commit is contained in:
parent
d35ce9740e
commit
9b0953c7a7
1 changed files with 5 additions and 5 deletions
|
@ -106,21 +106,21 @@ if ($tld === "org") {
|
|||
|
||||
$reservedUsernames = array(
|
||||
"abuse", "admin", "api", "app", "apt", "apps", "appserver", "archive", "archives", "assets", "attachments", "auth", "avatar", "avatars",
|
||||
"bbs", "blog",
|
||||
"bbs", "bin", "blog",
|
||||
"cache", "cd", "cdn", "ci", "cloud", "cluster", "commits", "connect", "contact",
|
||||
"dashboard", "debug", "deploy", "deployment", "dev", "dns", "dns0", "dns1", "dns2", "dns3", "dns4", "doc", "download", "downloads",
|
||||
"email", "error", "explore",
|
||||
"fonts", "forum", "ftp",
|
||||
"ghost",
|
||||
"fonts", "forum", "ftp", "fuck",
|
||||
"gist", "gists", "ghost",
|
||||
"hello", "help", "helpdesk", "host",
|
||||
"i", "imap", "info", "install", "internal", "issues",
|
||||
"less", "login",
|
||||
"m", "me", "mail", "mailserver", "manifest", "merch", "merchandise", "metrics", "milestones", "mx",
|
||||
"new", "news", "notifications",
|
||||
"official", "org", "ota", "owa",
|
||||
"page", "pages", "packages", "plugins", "poll", "polls", "pop", "pop3", "portal", "postmaster", "project", "projects", "pulls",
|
||||
"page", "pages", "packages", "pastebin", "plugins", "poll", "polls", "pop", "pop3", "portal", "postmaster", "project", "projects", "pulls",
|
||||
"raw", "remote", "repo", "robot", "robots",
|
||||
"search", "secure", "server", "shop", "shopping", "signin", "signon", "smtp", "ssl", "sso", "stars", "store", "support", "swag", "swagshop",
|
||||
"search", "secure", "server", "shop", "shopping", "signin", "signon", "smtp", "ssl", "sso", "stars", "store", "support", "swag", "swagshop", "suck",
|
||||
"takeout", "template", "test", "testing",
|
||||
"user",
|
||||
"vote", "voting",
|
||||
|
|
Loading…
Reference in a new issue