mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-14 07:00:01 -04:00
Fix webdev for china server
This commit is contained in:
parent
ef0547f72a
commit
209b7d724e
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ var goalStates;
|
|||
|
||||
var allowedOrigins = [
|
||||
/https:\/\/codecombat\.com/,
|
||||
/https?:\/\/cn\.codecombat\.com/,
|
||||
/http:\/\/localhost:3000/,
|
||||
/http:\/\/direct\.codecombat\.com/,
|
||||
/http:\/\/staging\.codecombat\.com/,
|
||||
|
|
Loading…
Reference in a new issue