Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
README.md | D | 04-Jul-2025 | 483 | 11 | 8 | |
effective_tld_names.dat | D | 04-Jul-2025 | 308.8 KiB | 15,765 | 13,750 | |
effective_tld_names.gperf | D | 04-Jul-2025 | 159.7 KiB | 9,791 | 9,789 | |
effective_tld_names_unittest1.gperf | D | 04-Jul-2025 | 690 | 28 | 27 | |
effective_tld_names_unittest2.gperf | D | 04-Jul-2025 | 586 | 18 | 17 | |
effective_tld_names_unittest3.gperf | D | 04-Jul-2025 | 1.1 KiB | 14 | 13 | |
effective_tld_names_unittest4.gperf | D | 04-Jul-2025 | 54.9 KiB | 524 | 523 | |
effective_tld_names_unittest5.gperf | D | 04-Jul-2025 | 91 | 10 | 9 | |
effective_tld_names_unittest6.gperf | D | 04-Jul-2025 | 91 | 10 | 9 | |
get_domain_and_registry_fuzzer.cc | D | 04-Jul-2025 | 1 KiB | 32 | 17 | |
registry_controlled_domain.cc | D | 04-Jul-2025 | 18.8 KiB | 514 | 320 | |
registry_controlled_domain.h | D | 04-Jul-2025 | 16.5 KiB | 324 | 70 | |
registry_controlled_domain_unittest.cc | D | 04-Jul-2025 | 31.7 KiB | 676 | 533 |
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