We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8f180c commit d373254Copy full SHA for d373254
proxy/index.js
@@ -31,7 +31,8 @@ const defaultAllowed = [
31
'http://127.0.0.1:5500',
32
// Hosted client (custom domain + GH Pages fallback)
33
'https://amplistack.amplitude.com',
34
- 'https://amplitude.github.io'
+ 'https://amplitude.github.io',
35
+ 'https://kennethkutyn.github.io'
36
];
37
38
const envAllowed = (ALLOWED_ORIGINS || '')
0 commit comments