Name Date Size #Lines LOC

..--

BUILD.gnH A D25-Apr-20251.3 KiB4340

README.mdH A D25-Apr-2025483 118

effective_tld_names.datH A D25-Apr-2025303.8 KiB15,69213,678

effective_tld_names.gperfH A D25-Apr-2025157.4 KiB9,7429,740

effective_tld_names_unittest1.gperfH A D25-Apr-2025690 2827

effective_tld_names_unittest2.gperfH A D25-Apr-2025586 1817

effective_tld_names_unittest3.gperfH A D25-Apr-20251.1 KiB1413

effective_tld_names_unittest4.gperfH A D25-Apr-202554.9 KiB524523

effective_tld_names_unittest5.gperfH A D25-Apr-202591 109

effective_tld_names_unittest6.gperfH A D25-Apr-202591 109

get_domain_and_registry_fuzzer.ccH A D25-Apr-2025931 2714

registry_controlled_domain.ccH A D25-Apr-202517.1 KiB470290

registry_controlled_domain.hH A D25-Apr-202515.7 KiB30964

registry_controlled_domain_unittest.ccH A D25-Apr-202530.3 KiB647510

README.md

1# Registry-Controlled Domain Service
2
3This directory contains Chromium's copy of the
4[Public Suffix List](https://publicsuffix.org/) and utilities for accessing it.
5This is useful for callers who need to understand what the eTLD ("effective
6Top-Level Domain") + 1 is for some hostname, which in turn is necessary to
7determine things like "this host should be allowed to read/write cookies from
8this other host".
9
10Update instructions can be found at src/net/tools/tld_cleanup/README.
11