MyBB Community Forums

Full Version: [Thread Merged] Protocol-relative URLs for Video Embeds and Gravatar
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Switch to protocol-relative or https:// URLs instead of http:// in *_embed templates where possible.

HTTPS availability (video):
  • metacafe
  • dailymotion
  • facebook
  • liveleak
  • myspacetv
  • youtube
  • veoh
  • vimeo
  • yahoo

Gravatar
https://github.com/mybb/mybb/blob/featur....php#L2152

Currently the Gravatar images are saved with HTTP protocol, breaking secure connections. MyBB should set HTTPS URLs or protocol-less ones (as long as the lack of the protocol doesn't break things somewhere) by default.
I have merged your two threads since these two suggestions are very similar.

Thanks for bringing these up, I'll take a look at them, and hopefully it won't break things!
As I already said here: http://community.mybb.com/thread-166417-...pid1136549 we should do it in core wherever possible, yes.