Skip to content

Commit 3763424

Browse files
committed
cors: non-www checker.network is not used
1 parent 34cb438 commit 3763424

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

stats/lib/app.js

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

0 commit comments

Comments
 (0)