publicsuffix / list

The Public Suffix List
https://publicsuffix.org/
Mozilla Public License 2.0
2k stars 1.2k forks source link

Add additional readthedocs domain: readthedocs-hosted.com #2110

Closed davidfischer closed 3 weeks ago

davidfischer commented 3 weeks ago

Public Suffix List (PSL) Pull Request (PR) Template

Each PSL PR needs to have a description, rationale, indication of DNS validation and syntax checking, as well as a number of acknowledgements from the submitter. This template must be included with each PR, and the submitting party MUST provide responses to all of the elements in order to be considered.

Checklist of required steps

Submitter affirms the following:


For Private section requests that are submitting entries for domains that match their organization website's primary domain, please understand that this can have impacts that may not match the desired outcome and take a long time to rollback, if at all.

To ensure that requested changes are entirely intentional, make sure that you read the affectation and propagation expectations, that you understand them, and confirm this understanding.

PR Rollbacks have lower priority, and the volunteers are unable to control when or if browsers or other parties using the PSL will refresh or update.

(Link: about propagation/expectations)

Description of Organization

Read The Docs is an organization that hosts documentation for free software projects (for free) and commercial projects for a fee. Documentation sites are controlled by individual users and organizations and not by Read the Docs. I (@davidfischer) work on Read the Docs specifically on some security aspects.

Organization Website:

Reason for PSL Inclusion

$SUBDOMAIN.readthedocs-hosted.com is used to host commercial project documentation for projects using this service. $SUBDOMAIN.readthedocs.io is issued to free software projects for documentation projects and that domain is already on the PSL. CAs issue certificates for these domains automatically.

The domain readthedocs-hosted.com has been renewed through 2029 and will maintain 1Y+.

Number of users this request is being made to serve: ~1000 (~200 orgs)

DNS Verification via dig

$ dig +short TXT _psl.readthedocs-hosted.com
"https://github.com/publicsuffix/list/pull/2110"

Results of Syntax Checker (make test)


PASS: libpsl_icu_fuzzer
PASS: libpsl_icu_load_fuzzer
============================================================================
Testsuite summary for libpsl 0.21.5
============================================================================
# TOTAL: 3
# PASS:  3
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
Making check in tests
  CC       test-is-public.o
  CC       common.o
  CC       test-is-public-all.o
  CC       test-is-cookie-domain-acceptable.o
  CC       test-is-public-builtin.o
  CC       test-registrable-domain.o
  CCLD     test-is-public
  CCLD     test-is-cookie-domain-acceptable
  CCLD     test-is-public-builtin
  CCLD     test-is-public-all
  CCLD     test-registrable-domain
PASS: test-is-public-builtin
PASS: test-is-cookie-domain-acceptable
PASS: test-is-public
PASS: test-registrable-domain
PASS: test-is-public-all
============================================================================
Testsuite summary for libpsl 0.21.5
============================================================================
# TOTAL: 5
# PASS:  5
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
Making check in msvc```
wdhdev commented 3 weeks ago
simon-friedberger commented 3 weeks ago

TY @wdhdev !