Skip to content

Commit b576cfd

Browse files
committed
Merge branch 'master' into fix_duplication
2 parents 5c1c638 + e53934c commit b576cfd

File tree

2 files changed

+111
-1
lines changed

2 files changed

+111
-1
lines changed

Godeps/Godeps.json

Lines changed: 110 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ func startDaemon() {
256256
socketHandler := wsHandler().ServeHTTP
257257

258258
r.Use(cors.Middleware(cors.Config{
259-
Origins: "https://create.arduino.cc, http://create.arduino.cc, https://create-dev.arduino.cc, http://create-dev.arduino.cc, http://webide.arduino.cc:8080",
259+
Origins: "https://create.arduino.cc, http://create.arduino.cc, https://create-dev.arduino.cc, http://create-dev.arduino.cc, http://webide.arduino.cc:8080, http://create-staging.arduino.cc, https://create-staging.arduino.cc, http://localhost:8989, https://localhost:8990",
260260
Methods: "GET, PUT, POST, DELETE",
261261
RequestHeaders: "Origin, Authorization, Content-Type",
262262
ExposedHeaders: "",

0 commit comments

Comments
 (0)