Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
BUILD.gn | H A D | 25-Apr-2025 | 1.3 KiB | 43 | 40 | |
README.md | H A D | 25-Apr-2025 | 483 | 11 | 8 | |
effective_tld_names.dat | H A D | 25-Apr-2025 | 303.8 KiB | 15,692 | 13,678 | |
effective_tld_names.gperf | H A D | 25-Apr-2025 | 157.4 KiB | 9,742 | 9,740 | |
effective_tld_names_unittest1.gperf | H A D | 25-Apr-2025 | 690 | 28 | 27 | |
effective_tld_names_unittest2.gperf | H A D | 25-Apr-2025 | 586 | 18 | 17 | |
effective_tld_names_unittest3.gperf | H A D | 25-Apr-2025 | 1.1 KiB | 14 | 13 | |
effective_tld_names_unittest4.gperf | H A D | 25-Apr-2025 | 54.9 KiB | 524 | 523 | |
effective_tld_names_unittest5.gperf | H A D | 25-Apr-2025 | 91 | 10 | 9 | |
effective_tld_names_unittest6.gperf | H A D | 25-Apr-2025 | 91 | 10 | 9 | |
get_domain_and_registry_fuzzer.cc | H A D | 25-Apr-2025 | 931 | 27 | 14 | |
registry_controlled_domain.cc | H A D | 25-Apr-2025 | 17.1 KiB | 470 | 290 | |
registry_controlled_domain.h | H A D | 25-Apr-2025 | 15.7 KiB | 309 | 64 | |
registry_controlled_domain_unittest.cc | H A D | 25-Apr-2025 | 30.3 KiB | 647 | 510 |
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