Widget: load secure images
commit406ee35ccc92725b0b80171faa2bf6dd8f53441e
authorxiongchiamiov <xiong.chiamiov@gmail.com>
Mon, 6 Apr 2015 17:47:52 +0000 (6 10:47 -0700)
committerxiongchiamiov <xiong.chiamiov@gmail.com>
Mon, 6 Apr 2015 18:08:08 +0000 (6 11:08 -0700)
tree38d157be5a5864a18f82735a077834b6f30b859a
parent84e609ee3bba312d4203d5b286fb84cf04c2c990
Widget: load secure images

As reported in reddit/reddit#1291, we've been loading some images in our embed
widgets (the old ones, not the new comment embeds) over http.  This causes
warnings in most browsers when the embedding page is loaded over https, since
we dropping down to insecure elements.

Now we're always loading them over https.  Alternatively, we could use
protocol-relative urls, but I figure there's no harm in always using https, and
it's simpler and causes fewer weird issues with browsers.
r2/r2/templates/base.htmllite
r2/r2/templates/printable.htmllite