Skip to content

Commit e0f0250

Browse files
committed
add extraOrigins to allow testing of PR easily on dev environment
1 parent 1e4fd4e commit e0f0250

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.go

+1
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,7 @@ func loop() {
328328
extraOrigins := []string{
329329
"https://create.arduino.cc",
330330
"https://create-dev.arduino.cc", "https://create-intel.arduino.cc",
331+
"https://*.dev.sparklyunicorn.cc",
331332
}
332333

333334
for i := 8990; i < 9001; i++ {

0 commit comments

Comments
 (0)