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 3f8117b commit 21e4a38Copy full SHA for 21e4a38
src/main.ts
@@ -38,11 +38,10 @@ async function bootstrap(): Promise<void> {
38
const config = app.get(ApiConfigService);
39
const logger = app.get(LoggerService);
40
41
- const defaultOrigins = [/ironfish.network$/];
+ const defaultOrigins = [/ironfish.network$/, /localhost/];
42
const enabledOrigins = config.isStaging()
43
? [
44
...defaultOrigins,
45
- /localhost/,
46
/block-explorer.*ironfish\.vercel\.app$/,
47
/oreowallet-bridge.*ironfish\.vercel\.app$/,
48
]
0 commit comments