fix(portfolio): User /:username routes as previously (#17470)

This commit is contained in:
mrugesh mohapatra
2018-06-07 17:45:30 +05:30
committed by Stuart Taylor
parent a8756d5919
commit 259a0a594e
4 changed files with 48 additions and 29 deletions

View File

@@ -1,38 +1,52 @@
export const blacklistedUsernames = [
'bonfire',
'about',
'account',
'user',
'agile',
'api',
'bonfire',
'cats.json',
'challenge',
'challenges',
'completed-challenge',
'completed-zipline-or-basejump',
'completed-bonfire',
'map',
'learn-to-code',
'about',
'api',
'explorer',
'field-guide',
'completed-field-guide',
'jobs',
'nonprofits',
'sitemap.xml',
'get-help',
'chat',
'twitch',
'get-pai',
'completed-bonfire',
'completed-challenge',
'completed-field-guide',
'completed-zipline-or-basejump',
'donate',
'events',
'explorer',
'external',
'field-guide',
'forgot',
'forum',
'get-help',
'get-help',
'get-pai',
'guide',
'internal',
'jobs',
'jobs-form',
'learn-to-code',
'login',
'logout',
'map',
'news',
'nonprofits',
'nonprofits',
'nonproifts-form',
'jobs-form',
'unsubscribe',
'unsubscribed',
'cats.json',
'agile',
'open-api',
'privacy',
'stories',
'privacy',
'reset',
'services',
'signin',
'signout',
'forgot',
'reset'
'sitemap.xml',
'stories',
'terms',
'twitch',
'unsubscribe',
'unsubscribed',
'user',
'wiki'
];