In some of my E-Commerce applications I've started using src="//domain.com/file.js"
in cases where I needed to reference externally hosted scripts that I wanted to include. In my E-Commerce applications not all pages actually use https
as not every page has a form.
I'm wondering if there's really any disadvantage to always using this, as it's also a shortcut to http
and you can always, always avoid the not-secure IE warning.