add more blacklisted usernames

This commit is contained in:
Ben Harris 2019-02-17 16:18:22 -05:00
parent 4338b7f018
commit 365c678642
Signed by untrusted user: ben
GPG Key ID: 4E0AF802FFF7960C
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,7 @@ function forbidden_name($name) {
'autoconfig',
'bbj',
'broadcasthost',
'cloud',
'forum',
'ftp',
'git',
@ -54,6 +55,7 @@ function forbidden_name($name) {
'webmaster',
'wpad',
'www',
'znc',
]);
}