Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorGitLab Release Tools Bot <robert+release-tools@gitlab.com>2019-11-26 15:01:46 +0300
committerGitLab Release Tools Bot <robert+release-tools@gitlab.com>2019-11-26 15:01:46 +0300
commit774a7ed239a9f3ad2f31246b6d6e32dbac82b3f1 (patch)
tree8a91d0be731e763930ab2a1687e6fef081994a77 /lib
parent7e789039da06ad05a0326fc248ae86a446270ea6 (diff)
parentcd39502d5911bdcd0d6e4162d12e990d0f643486 (diff)
Merge branch 'security-dns-rebind-ssrf-in-slack-notifications-12-4-ce' into '12-4-stable'
Use Gitlab::HTTP for all chat notifications See merge request gitlab/gitlabhq!3516
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)
)