Skip to content

Instantly share code, notes, and snippets.

@agilelogix
Created March 14, 2021 20:07
Show Gist options
  • Select an option

  • Save agilelogix/b70ecba4b6e17c7ca576f3566ad529e0 to your computer and use it in GitHub Desktop.

Select an option

Save agilelogix/b70ecba4b6e17c7ca576f3566ad529e0 to your computer and use it in GitHub Desktop.
In the Google Console, to restrict the Google Maps API Key we need to create referrer lines, for website that has www at the start of the URL need to have 4 referrer lines such as follows:
your-domain.net
your-domain.net/*
*.your-domain.net
*.your-domain.net/*
Note: In the video, only two referrer URL as defined which will not work for the URLs having www at the start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment