• Home
Name Date Size #Lines LOC

..--

README.mdD04-Jul-2025483 118

effective_tld_names.datD04-Jul-2025308.8 KiB15,76513,750

effective_tld_names.gperfD04-Jul-2025159.7 KiB9,7919,789

effective_tld_names_unittest1.gperfD04-Jul-2025690 2827

effective_tld_names_unittest2.gperfD04-Jul-2025586 1817

effective_tld_names_unittest3.gperfD04-Jul-20251.1 KiB1413

effective_tld_names_unittest4.gperfD04-Jul-202554.9 KiB524523

effective_tld_names_unittest5.gperfD04-Jul-202591 109

effective_tld_names_unittest6.gperfD04-Jul-202591 109

get_domain_and_registry_fuzzer.ccD04-Jul-20251 KiB3217

registry_controlled_domain.ccD04-Jul-202518.8 KiB514320

registry_controlled_domain.hD04-Jul-202516.5 KiB32470

registry_controlled_domain_unittest.ccD04-Jul-202531.7 KiB676533

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