printdotio / pio.js

An embeddable widget that enables users to quickly and easily monetize a webpage by enabling photo-product sales of its images.
4 stars 0 forks source link

Mixed content warning (HTTP/HTTPS) #78

Open ocram opened 9 years ago

ocram commented 9 years ago
  1. Open the widget
  2. Click "Canvas Wraps" (works with the other products as well)
  3. Click "Get Started"
  4. Click "Square" (works with the other options as well)
  5. Click "Continue"

You'll be on the "Choose Layout" page where you can decide on the number of photos to use.

All the graphics from http://app-imgs.print.io/product-canvaswraps/Square... will have been loaded via HTTP, i.e. a non-secure connection, producing "mixed content" warnings or even cause the images not to be loaded at all.

Instead, these URLs should use the same protocol that the rest of the page uses, which works fine in all other areas.

bhox commented 9 years ago

We are working on updating these assets to use https right now, should be ready soon!