[ad_1]
I received the following security alert from Google Cloud Platform:
We believe that you or your organization may have inadvertently published the affected API key in public sources or on public websites (for example, credentials mistakenly uploaded to a service such as GitHub.)It appears that the plugin is making the Google Maps API key publicly visible on the following line inside the <head> of all pages. Is this something I should be concerned about?
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?sensor=false&ver=6.1.1&key={ApiKey}&callback=rgmkInitGoogleMaps" id='script-google-maps-js'></script>
