barometer icon indicating copy to clipboard operation
barometer copied to clipboard

Fix Barometer on SSL websites.

Open ollieza opened this issue 11 years ago • 2 comments

  1. Change all links to SSL, currently errors get an error: BAROMETER is undefined.
  2. http://getbarometer.s3.amazonaws.com/assets/barometer/images/transparent.gif - change to SSL.

ollieza avatar Mar 18 '13 13:03 ollieza

Would it be feasible for barometer to use protocol-relative URLs throughout the codebase to support both HTTP and HTTPS?

neilsh avatar Oct 18 '13 19:10 neilsh

I have noticed this issue now as well since I have switched my page to ssl. the local script can be changed to https by using //hostname/path instead of http, for the bits in the javascript code itself, I assume evaluating location.protocol would be the easiest way, for the images relative paths are also possible (I assume)

alexlehm avatar Nov 15 '14 11:11 alexlehm