From b07e39e2127f7dcc7917b84eac7ec775e911d7fd Mon Sep 17 00:00:00 2001 From: Paulo Matos Date: Mon, 9 Apr 2018 15:17:50 +0000 Subject: [PATCH] Fix which domain should be added to PSL It references the issue where gitlab.io was added to the PSL saying `*.gitlab.io` was added to the PSL, but it was in fact `gitlab.io`. --- doc/administration/pages/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/administration/pages/index.md b/doc/administration/pages/index.md index 00c631fdaaeb6b..3bc71018b30ecd 100644 --- a/doc/administration/pages/index.md +++ b/doc/administration/pages/index.md @@ -73,8 +73,8 @@ among other things. Follow [these instructions](https://publicsuffix.org/submit/) to submit your GitLab Pages subdomain. For instance, if your domain is `example.io`, you should -request that `*.example.io` is added to the Public Suffix List. GitLab.com -added `*.gitlab.io` [in 2016](https://gitlab.com/gitlab-com/infrastructure/issues/230). +request that `example.io` is added to the Public Suffix List. GitLab.com +added `gitlab.io` [in 2016](https://gitlab.com/gitlab-com/infrastructure/issues/230). ### DNS configuration -- GitLab