Skip to content

Commit db510dc

Browse files
committed
add whitelist checker.network domains
1 parent 4e6ae3b commit db510dc

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

stats/lib/app.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,12 @@ export const createApp = ({
2525
Sentry.setupFastifyErrorHandler(app)
2626

2727
app.register(cors, {
28-
origin: ['http://localhost:3000', 'app://-']
28+
origin: [
29+
'http://localhost:3000',
30+
'app://-',
31+
'https://checker-draft.webflow.io',
32+
'https://checker.network'
33+
]
2934
})
3035
app.register(urlData)
3136
addRoutes(app, pgPools, SPARK_API_BASE_URL)

0 commit comments

Comments
 (0)