Mixed Content: The page at 'https://xxxxxxx.com' was loaded over HTTPS, but requested an insecure image 'http://chart.apis.google.com/chart?chst=d_map_pin_letter&chld=%E2%80%A2|00FF00|000000'. This content should also be served over HTTPS.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

TMontana93 created an issue. See original summary.

TMontana93’s picture

I made the patch that solve this warning. Thanks to @adoltole by found the https url.

TMontana93’s picture

Assigned: Unassigned » TMontana93
Status: Active » Needs review

Status: Needs review » Needs work

The last submitted patch, 2: mixed_content_pinimage-2748401-2.patch, failed testing.

RdeBoer’s picture

We should probably go for '//' rather than a hard-code 'http://' or 'https://'
Can you please check '//' works for you?

Ollie222’s picture

I've just come across this problem and changing it to // instead of https:// as per #5 looks to work correctly for me.

One point I do note is in the code there is a comment saying

// Note: cannot use https: here...

Does anyone know why this is there?

Hopefully it shouldn't be an issue as it'll load using http or https depending on how the page was loaded.

RdeBoer’s picture

Status: Needs work » Fixed

Thanks Ollie222. Checked in.

Status: Fixed » Closed (fixed)

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