arduino-create-agent icon indicating copy to clipboard operation
arduino-create-agent copied to clipboard

Add new items to the list of accepted CORS origins

Open Xayton opened this issue 11 months ago • 0 comments

The Arduino Agent might be used in some pages that will be hosted on new third-level domains.
https://github.com/arduino/arduino-create-agent/blob/main/main.go#L362-L366

Needed changes:

  • remove the previously added register.arduino.cc (#908)
  • add the new board-registration.arduino.cc
  • add a new wildcard item, to cover all the following fourth-level domains: *.app.arduino.cc

Xayton avatar Mar 12 '24 10:03 Xayton