naiveproxy/src/net/base/registry_controlled_domains
2024-07-27 08:55:30 +08:00
..
BUILD.gn Import chromium-127.0.6533.64 2024-07-27 08:55:30 +08:00
effective_tld_names_unittest1.gperf Import chromium-127.0.6533.64 2024-07-27 08:55:30 +08:00
effective_tld_names_unittest2.gperf Import chromium-127.0.6533.64 2024-07-27 08:55:30 +08:00
effective_tld_names_unittest3.gperf Import chromium-127.0.6533.64 2024-07-27 08:55:30 +08:00
effective_tld_names_unittest4.gperf Import chromium-127.0.6533.64 2024-07-27 08:55:30 +08:00
effective_tld_names_unittest5.gperf Import chromium-127.0.6533.64 2024-07-27 08:55:30 +08:00
effective_tld_names_unittest6.gperf Import chromium-127.0.6533.64 2024-07-27 08:55:30 +08:00
effective_tld_names.dat Import chromium-127.0.6533.64 2024-07-27 08:55:30 +08:00
effective_tld_names.gperf Import chromium-127.0.6533.64 2024-07-27 08:55:30 +08:00
OWNERS Import chromium-127.0.6533.64 2024-07-27 08:55:30 +08:00
README.md Import chromium-127.0.6533.64 2024-07-27 08:55:30 +08:00
registry_controlled_domain.cc Import chromium-127.0.6533.64 2024-07-27 08:55:30 +08:00
registry_controlled_domain.h Import chromium-127.0.6533.64 2024-07-27 08:55:30 +08:00

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".

Update instructions can be found at src/net/tools/tld_cleanup/README.