Design comparison
Solution retrospective
Feedback are more than welcome...
Community feedback
- @rishipurwar1Posted about 4 years ago
Could you please tell me how I hide these keys?
0@zuolizhuPosted about 4 years ago@rishipurwar1 The easiest way to secure your api key is to set the application restriction (You can read the detail steps in here 👉 https://developers.google.com/maps/api-key-best-practices#application_restriction ). This means only the ip addresses you gave (usually your local ip and your server ip) can use that API key. Others knew your api key can do nothing.
You can also follow this guide for best practice: https://developers.google.com/maps/api-key-best-practices
By the way, your hero-bg is too small in the large screen devices. You could do background-size: cover to fix that and make it responsive to all devices.
1@rishipurwar1Posted about 4 years ago@zuolizhu Thanks for your help... I'll try to fix these issues...
0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord