Non-Secure jQuery call
-
First: Great plugin – thanks for creating it!
Next: I’m using WP Google Maps w/ the Pro extension on a secure site (https / ssl). The option to override current jQuery adds a non-secure call to https://code.jquery.com/jquery-1.11.3.min.js which alerts the browser and blocks the call. Simply removing “http:” from the url will squash this bug and work well for non-secure and secure sites.
wpGoogleMaps.php line 6206, should you elect to implement my suggestion, will look like:
wp_register_script('jquery', '//code.jquery.com/jquery-1.11.3.min.js', false, "1.11.3");
Thanks again,
Greg
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Non-Secure jQuery call’ is closed to new replies.