From e8efb35d1482a9b85773221ca778b08d9281f5dc Mon Sep 17 00:00:00 2001 From: Torsten Linz <tlinz@gitlab.com> Date: Tue, 28 Jun 2022 13:59:20 +0000 Subject: [PATCH] Strip badge entirely This badge won't work here, so take it out. --- doc/user/group/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/user/group/index.md b/doc/user/group/index.md index f59e73a383b0..d79bd1e33fcb 100644 --- a/doc/user/group/index.md +++ b/doc/user/group/index.md @@ -628,8 +628,8 @@ You should consider some security implications before configuring IP address res restricted IP address, the IP restriction prevents code from being cloned. - Users may still see some events from the IP restricted groups and projects on their dashboard. Activity may include push, merge, issue, or comment events. -- IP access restrictions for Git operations via SSH are supported only on **(PREMIUM SAAS)** - and higher tiers. IP access restrictions applied to self-managed instances block SSH completely. +- IP access restrictions for Git operations via SSH are supported only on GitLab SaaS. + IP access restrictions applied to self-managed instances block SSH completely. ### Restrict group access by IP address -- GitLab