add more reserved usernames

This commit is contained in:
GU Yiling 2015-10-26 16:13:13 +08:00
parent f3f41936cf
commit 570c7cffb2
1 changed files with 4 additions and 1 deletions

View File

@ -4,7 +4,10 @@ const
'site', 'blog', 'about', 'explore',
'styleguide', 'showcases', 'trending',
'stars', 'dashboard', 'notifications',
'search', 'developer', 'account'
'search', 'developer', 'account',
'pulls', 'issues', 'features', 'contact',
'security', 'join', 'login', 'watching',
'new', 'integrations'
]
, GH_RESERVED_REPO_NAMES = ['followers', 'following', 'repositories']
, GH_404_SEL = '#parallax_wrapper'