mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-28 14:01:28 -04:00
10 lines
291 B
TypeScript
10 lines
291 B
TypeScript
export const allowedOrigins = [
|
|
'https://www.freecodecamp.dev',
|
|
'https://www.freecodecamp.org',
|
|
// pretty sure the rest of these can go?
|
|
'https://beta.freecodecamp.dev',
|
|
'https://beta.freecodecamp.org',
|
|
'https://chinese.freecodecamp.dev',
|
|
'https://chinese.freecodecamp.org'
|
|
];
|