Skip to content

Commit 6a575f8

Browse files
committed
Add CORS origins for Scratch and ScratchX
Scratch hardware extensions are written in JavaScript and loaded in Scratch (https://scratch.mit.edu) or the experimental extension site, ScratchX (http://scratchx.org). This change will allow the Scratch Arduino extension to use the Create agent to communicate directly with Arduino boards.
1 parent 83bc945 commit 6a575f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ v = true # show debug logging
77
appName = CreateBridge
88
updateUrl = http://downloads.arduino.cc/
99
#updateUrl = http://localhost/
10-
origins = http://webide.arduino.cc:8080
10+
origins = http://webide.arduino.cc:8080, https://scratch.mit.edu, http://scratchx.org

0 commit comments

Comments
 (0)