Restrict Google Maps API Key

Let's restrict our Google Maps API Key so that it only allows requests from our new Heroku application.

Why restrict the key?

Now that we have a Heroku URL for our application, there’s one last precautionary measure we’ll going to take with our Google Maps API key. Unlike ...