SSL
-
This plugin uses the http URL for Google Maps even when the site is using SSL. This causes problems if the content security policy is set to forbid this, as is increasingly the case.
Please change the file
wpgmappity-posts.phpline 7 to read:
$gmap_url = (is_ssl() ? 'https' : 'http').'://maps.google.com/maps/api/js?sensor=false';
The topic ‘SSL’ is closed to new replies.