-
Notifications
You must be signed in to change notification settings - Fork 82
Closed
Labels
Description
I am experimenting with accessing Lightning Charge directly from a web browser locally without server proxying, but quickly run into CORS issues.
It would be great if Lightning Charge enabled CORS, e.g. by using the cors middleware in app.js:
app.use(require('cors')())