More restrictive CORS for api #37
Labels
CleanUp
Tidying up stuff, because stuff needs to be tidy
Stale
Typescript
Related to Typescript Components
Right now CORS allows everything from everywhere.
With #36 I can only allow localhost.
Also I can limit the actions as there are currently only "get" and "put" requests and nothing else planned at the moment.
The text was updated successfully, but these errors were encountered: