Suggestion: At the moment, in order to get the full domain (minus subdomain) I have to: url.domain + '.' + url.public_suffix It would be nice to have one method that combines these :)
Suggestion:
At the moment, in order to get the full domain (minus subdomain) I have to:
url.domain + '.' + url.public_suffix
It would be nice to have one method that combines these :)