You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 17, 2020. It is now read-only.
At the moment the google maps keys are sent to the client so it can load the js api. This exposes the keys so it would be better to proxy requests to the google maps api through the server, which can add the keys to the requests and avoid exposing them.
It's also really confusing because we allow setting the api key through an environment variable which is only used to populate the db during seeding, while you'd expect it to be applied each time the server is started.
The text was updated successfully, but these errors were encountered:
At the moment the google maps keys are sent to the client so it can load the js api. This exposes the keys so it would be better to proxy requests to the google maps api through the server, which can add the keys to the requests and avoid exposing them.
It's also really confusing because we allow setting the api key through an environment variable which is only used to populate the db during seeding, while you'd expect it to be applied each time the server is started.
The text was updated successfully, but these errors were encountered: