If your site runs on https:// then you should refer to the Google Maps API by its https:// URLs, otherwise you get mixed content warnings etc.

Attached patch uses protocol relative URLs.

CommentFileSizeAuthor
locationmap.https_.patch1.29 KBJohn Morahan
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

babbage’s picture

Title: Does not use https » Use relative URLs to correctly handle http and https sites.
Status: Needs review » Fixed

Nice. Committed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

  • Commit 09c81c0 on master, 7.x-2.x, 8.x-2.x authored by John Morahan, committed by babbage:
    Issue #1722356 by John Morahan: Use relative URLs to correctly handle...