Http content in Meteor documentation https pages

Howdy @sashko

Certain documentation pages won’t load properly in Chrome because they are referring to http assets from https. For example https://guide.meteor.com/routing.html yields:

Mixed Content: The page at 'https://guide.meteor.com/routing.html' was loaded over HTTPS, but requested an insecure script 'http://forums.meteor.com/javascripts/embed.js'. This request has been blocked; the content must be served over HTTPS.

Mixed Content: The page at 'https://guide.meteor.com/routing.html' was loaded over HTTPS, but requested an insecure image 'http://www.betadeli.com/favicon.ico'. This content should also be served over HTTPS.

There are a couple other related non-security errors on that page as well:

Uncaught TypeError: analytics.push is not a function(…)

Failed to load resource: the server responded with a status of 404 (Not Found) http://www.betadeli.com/favicon.ico

Much to my chagrin I also found that betadeli does not make sandwiches, especially not using https :wink:

@michelfloyd thanks for posting here! Just opened an issue about it on our theme repository: https://github.com/meteor/hexo-theme-meteor/issues/36

Thanks @sashko, I wasn’t sure what repo to file it against.