js origin without port

JavaScript
// origin without the port
`${window.location.protocol}//${window.location.hostname}`
Source

Also in JavaScript: