add more reserved usernames
This commit is contained in:
parent
f3f41936cf
commit
570c7cffb2
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue