The existing terminology carries negative sentiment that can be interpreted in a racial or sense. Updating the name to have no potential for such a connection. Co-authored-by: Justin Rogers <justrog@gmail.com>
9 lines
243 B
JavaScript
9 lines
243 B
JavaScript
exports.allowedOrigins = [
|
|
'https://www.freecodecamp.dev',
|
|
'https://www.freecodecamp.org',
|
|
'https://beta.freecodecamp.dev',
|
|
'https://beta.freecodecamp.org',
|
|
'https://chinese.freecodecamp.dev',
|
|
'https://chinese.freecodecamp.org'
|
|
];
|