Created
March 14, 2021 20:07
-
-
Save agilelogix/b70ecba4b6e17c7ca576f3566ad529e0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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