summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKai Armstrong <karmstrong@gitlab.com>2019-09-10 18:27:24 +0000
committerAchilleas Pipinellis <axil@gitlab.com>2019-09-10 18:27:24 +0000
commitc953c3b521c0fd6cad4979494a9aa79d9ce4defa (patch)
treebbcb66a2498127d9cee9e65c433a60196d396f43
parent62c30109cc90000d2cca030017b6f3a503df8aa2 (diff)
downloadgitlab-ce-c953c3b521c0fd6cad4979494a9aa79d9ce4defa.tar.gz
Add local network requests information for example web hooks receiver
-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.