Skip to content

Commit d373254

Browse files
committed
Fixing CORS
1 parent e8f180c commit d373254

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

proxy/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ const defaultAllowed = [
3131
'http://127.0.0.1:5500',
3232
// Hosted client (custom domain + GH Pages fallback)
3333
'https://amplistack.amplitude.com',
34-
'https://amplitude.github.io'
34+
'https://amplitude.github.io',
35+
'https://kennethkutyn.github.io'
3536
];
3637

3738
const envAllowed = (ALLOWED_ORIGINS || '')

0 commit comments

Comments
 (0)