node-red / node-red

Low-code programming for event-driven applications
http://nodered.org
Apache License 2.0
18.93k stars 3.31k forks source link

Add `httpStaticCors` #4761

Closed knolleary closed 1 week ago

knolleary commented 1 week ago

Closes #4759

Adds httpStaticCors to allow cors configuration to be applied to the httpStatic routes.

If httpStatic is provided as an array of configurations, they can each contain their own cors property, to allow for per-route configurations.