You may also need the port number. If so, you can use this polyfill
if (!window.location.origin) {
window.location.origin = window.location.protocol + "//"
+ window.location.hostname
+ (window.location.port ? ':' + window.location.port : '');
}
This polyfill is already part of Modernizr.