broccolijs / broccoli

Browser compilation library – an asset pipeline for applications that run in the browser
https://broccoli.build
MIT License
3.33k stars 217 forks source link

feat: CORS headers for served assets #490

Open lifeart opened 3 years ago

lifeart commented 3 years ago

Use case:

We point to broccoli-served assets from port 5000 to 4200 and getting CORS error.

This MR introduce CORS headers for static assets, and should solve this error.

lifeart commented 3 years ago

partially related https://github.com/broccolijs/broccoli/pull/292, but i'm think it's simplier to land CORS, comparing to this stalled MR