From b7454cdddccb5458594075b9e3d821b274aead2f Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Fri, 23 Jul 2021 18:34:17 +0100 Subject: [PATCH] Remove github domain verification, now verified --- src/openstreetmap.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/openstreetmap.js b/src/openstreetmap.js index aa0e1ac..234334a 100644 --- a/src/openstreetmap.js +++ b/src/openstreetmap.js @@ -99,10 +99,6 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER), TXT("@", "_globalsign-domain-verification=ps00GlW1BzY9c2_cwH_pFqRkvzZyaCVZ-3RLssRG6S"), TXT("@", "_globalsign-domain-verification=W0buKB5ZmL-VwwHw2oQyQImk3I1q3hSemf2qmB1hjP"), - // github openstreetmap organisation domain verification - - TXT("_github-challenge-openstreetmap", "6d16757cc4"), - // Delegate MTA-STS policy for subdomains CNAME("_mta-sts.messages", QUALIFY("_mta-sts")), -- 2.45.1