1
0
mirror of synced 2026-01-27 15:02:14 -05:00

Minor error correction in the verification part (#23167)

Co-authored-by: Felicity Chapman <felicitymay@github.com>
This commit is contained in:
Karthik Nair
2023-01-19 16:00:27 +05:30
committed by GitHub
parent 07a7c25628
commit 31d4adc837

View File

@@ -1,5 +1,5 @@
{% warning %}
**Warning:** We strongly recommend not using wildcard DNS records, such as `*.example.com`. A wildcard DNS record will allow anyone to host a {% data variables.product.prodname_pages %} site at one of your subdomains even when they are verified. For more information, see "[Verifying your custom domain for {% data variables.product.prodname_pages %}](/pages/configuring-a-custom-domain-for-your-github-pages-site/verifying-your-custom-domain-for-github-pages)."
**Warning:** We strongly recommend that you do not use wildcard DNS records, such as `*.example.com`. These records put you at an immediate risk of domain takeovers, even if you verify the domain. For example, if you verify `example.com` this prevents someone from using `a.example.com` but they could still take over `b.a.example.com` (which is covered by the wildcard DNS record). For more information, see "[Verifying your custom domain for {% data variables.product.prodname_pages %}](/pages/configuring-a-custom-domain-for-your-github-pages-site/verifying-your-custom-domain-for-github-pages)."
{% endwarning %}