Skip to content

Commit ecb2187

Browse files
committed
add www.checker.network to cors allow list
1 parent db510dc commit ecb2187

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

stats/lib/app.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ export const createApp = ({
2929
'http://localhost:3000',
3030
'app://-',
3131
'https://checker-draft.webflow.io',
32-
'https://checker.network'
32+
'https://checker.network',
33+
'https://www.checker.network' // FIXME: We shouldn't mix www and non-www
3334
]
3435
})
3536
app.register(urlData)

0 commit comments

Comments
 (0)