tree: ca845d9bb0e9ca8a9c57cf9168d03bec47476bfc [path history] [tgz]
  1. BUILD.gn
  2. effective_tld_names.dat
  3. effective_tld_names.gperf
  4. effective_tld_names_unittest1.gperf
  5. effective_tld_names_unittest2.gperf
  6. effective_tld_names_unittest3.gperf
  7. effective_tld_names_unittest4.gperf
  8. effective_tld_names_unittest5.gperf
  9. effective_tld_names_unittest6.gperf
  10. get_domain_and_registry_fuzzer.cc
  11. OWNERS
  12. README.md
  13. registry_controlled_domain.cc
  14. registry_controlled_domain.h
  15. registry_controlled_domain_unittest.cc
net/base/registry_controlled_domains/README.md

Registry-Controlled Domain Service

This directory contains Chromium's copy of the Public Suffix List and utilities for accessing it. This is useful for callers who need to understand what the eTLD (“effective Top-Level Domain”) + 1 is for some hostname, which in turn is necessary to determine things like “this host should be allowed to read/write cookies from this other host”.