Skip to content

Commit ef266fa

Browse files
Add new items to the accepted CORS and remove register.arduino.cc (#926)
1 parent 236fab6 commit ef266fa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

main.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,8 @@ func loop() {
361361
"https://create.arduino.cc",
362362
"https://cloud.arduino.cc",
363363
"https://app.arduino.cc",
364-
"https://register.arduino.cc",
364+
"https://board-registration.arduino.cc",
365+
"https://*.app.arduino.cc",
365366
}
366367

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

0 commit comments

Comments
 (0)