collective / volto-hydra

A volto addon to let you edit content in realtime when you have many frontends written in any framework
1 stars 2 forks source link

Allow all origins for CORS in backend #58

Closed JeffersonBledsoe closed 3 months ago

JeffersonBledsoe commented 3 months ago

CORS is adding friction to developing locally, without actually adding any benefit as the backend-docker-start command shouldn't be used outside of a dev environment.

This PR adjusts the Makefile to allow all origins out-the-box.