From e044c277a106598591b885d8a1db2cd2059fc1ef Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Wed, 10 Jan 2024 15:09:54 +0000 Subject: [PATCH] Add facebook domain verification --- src/openstreetmap.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/openstreetmap.js b/src/openstreetmap.js index f35db54..e3c0918 100644 --- a/src/openstreetmap.js +++ b/src/openstreetmap.js @@ -166,6 +166,9 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER), TXT("@", "_globalsign-domain-verification=ps00GlW1BzY9c2_cwH_pFqRkvzZyaCVZ-3RLssRG6S"), TXT("@", "_globalsign-domain-verification=W0buKB5ZmL-VwwHw2oQyQImk3I1q3hSemf2qmB1hjP"), + // Facebook Business domain verification + TXT("@", "facebook-domain-verification=j5hix5i8r0kortfugqf2p9wx9x9by0"), + // Delegate MTA-STS policy for subdomains CNAME("_mta-sts.messages", QUALIFY("_mta-sts")), -- 2.45.1