mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-27 07:46:10 +03:00
.. | ||
BUILD.gn | ||
effective_tld_names_unittest1.gperf | ||
effective_tld_names_unittest2.gperf | ||
effective_tld_names_unittest3.gperf | ||
effective_tld_names_unittest4.gperf | ||
effective_tld_names_unittest5.gperf | ||
effective_tld_names_unittest6.gperf | ||
effective_tld_names.dat | ||
effective_tld_names.gperf | ||
OWNERS | ||
README.md | ||
registry_controlled_domain.cc | ||
registry_controlled_domain.h |
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.