pub const URL_REGISTERED_DOMAIN: &'static str;
Expand description

The highest registered url domain, stripped of the subdomain.

This value can be determined precisely with the public suffix list. For example, the registered domain for foo.example.com is example.com. Trying to approximate this by simply taking the last two labels will not work well for TLDs such as co.uk.

ยงExamples

  • example.com
  • foo.co.uk