summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorGitLab Release Tools Bot <robert+release-tools@gitlab.com>2019-11-26 12:02:01 +0000
committerGitLab Release Tools Bot <robert+release-tools@gitlab.com>2019-11-26 12:02:01 +0000
commit96d91c7885ec9cbaadf7f6ebd095f6e2b77941aa (patch)
tree9609ec0c19a4ac06bd3db3d8a9ab10c6e5cafc22 /lib
parent26540c9180f5e4f9317dae1bf8bc1b6be2f7f490 (diff)
parent8b819da931c86e29c93208527949b62a46da7c02 (diff)
downloadgitlab-ce-96d91c7885ec9cbaadf7f6ebd095f6e2b77941aa.tar.gz
Merge branch 'security-dns-rebind-ssrf-in-slack-notifications-12-5-ce' into '12-5-stable'
Use Gitlab::HTTP for all chat notifications See merge request gitlab/gitlabhq!3544
Diffstat (limited to 'lib')
-rw-r--r--lib/microsoft_teams/notifier.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/microsoft_teams/notifier.rb b/lib/microsoft_teams/notifier.rb
index a7dcd322e27..340bf709f5e 100644
--- a/lib/microsoft_teams/notifier.rb
+++ b/lib/microsoft_teams/notifier.rb
@@ -14,7 +14,6 @@ module MicrosoftTeams
response = Gitlab::HTTP.post(
@webhook.to_str,
headers: @header,
- allow_local_requests: true,
body: body(options)
)