We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03fc187 commit 53b095dCopy full SHA for 53b095d
src/main.ts
@@ -30,8 +30,7 @@ async function bootstrap() {
30
'http://localhost:3000',
31
/\.localhost:3000$/,
32
ENV_CONFIG.TOPCODER_WALLET_URL,
33
- //Temporary for v6 testing
34
- 'https://*.topcoder-dev.com',
+ /^https:\/\/[\w-]+\.topcoder-dev\.com$/, // allow wallet-v6 and other subdomains
35
];
36
37
const corsConfig: cors.CorsOptions = {
0 commit comments