mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-13 21:02:08 +08:00
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 <[email protected]>
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'
|
|
];
|