diff options
author | rpereira2 <rpereira@gitlab.com> | 2019-08-06 17:27:54 +0530 |
---|---|---|
committer | rpereira2 <rpereira@gitlab.com> | 2019-08-06 17:32:07 +0530 |
commit | cc510403cea2d4fbe620b46ef52dedb51885a752 (patch) | |
tree | b89836a2dbf7c720af3f91fb3c54f26e7836f3e0 /doc/raketasks/web_hooks.md | |
parent | 65261bdd12ef69a6fea880e364cf6efdbd83e37d (diff) | |
download | gitlab-ce-44496-docs.tar.gz |
Make the description of formats more concise44496-docs
- Also use 'webhooks' instead of 'web hooks'.
Diffstat (limited to 'doc/raketasks/web_hooks.md')
-rw-r--r-- | doc/raketasks/web_hooks.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/raketasks/web_hooks.md b/doc/raketasks/web_hooks.md index c220cc34327..cc1166a04cc 100644 --- a/doc/raketasks/web_hooks.md +++ b/doc/raketasks/web_hooks.md @@ -53,7 +53,8 @@ sudo gitlab-rake gitlab:web_hook:list NAMESPACE=acme # source installations bundle exec rake gitlab:web_hook:list NAMESPACE=acme RAILS_ENV=production ``` -## Local requests in web hooks -[Requests to local network by web hooks](../security/webhooks.md) can be allowed +## Local requests in webhooks + +[Requests to local network by webhooks](../security/webhooks.md) can be allowed or blocked by an administrator. |