summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2019-09-10 18:27:25 +0000
committerAchilleas Pipinellis <axil@gitlab.com>2019-09-10 18:27:25 +0000
commitd7df3aa0275051f32b52675b63d65d766d184fb3 (patch)
treebbcb66a2498127d9cee9e65c433a60196d396f43
parent62c30109cc90000d2cca030017b6f3a503df8aa2 (diff)
parentc953c3b521c0fd6cad4979494a9aa79d9ce4defa (diff)
downloadgitlab-ce-d7df3aa0275051f32b52675b63d65d766d184fb3.tar.gz
Merge branch 'phikai-master-patch-55126' into 'master'
Add local network requests information for example web hooks receiver See merge request gitlab-org/gitlab-ce!32892
-rw-r--r--doc/user/project/integrations/webhooks.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/user/project/integrations/webhooks.md b/doc/user/project/integrations/webhooks.md
index f5bc6cbd988..211bbdc2bb9 100644
--- a/doc/user/project/integrations/webhooks.md
+++ b/doc/user/project/integrations/webhooks.md
@@ -1327,3 +1327,6 @@ console:
example.com - - [14/May/2014:07:45:26 EDT] "POST / HTTP/1.1" 200 0
- -> /
```
+
+NOTE: **Note:**
+You may need to [allow requests to the local network](../../../security/webhooks.md) for this receiver to be added.