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
diff options
context:
space:
mode:
authorFrancisco Javier López <fjlopez@gitlab.com>2019-09-05 09:07:17 +0300
committerThong Kuah <tkuah@gitlab.com>2019-09-05 09:07:17 +0300
commitb4ea71f9ed0b75b86b3e02181add2724d88e20c9 (patch)
treef1ac7e5a5a4946d88bad1df85217879126f02d2f /changelogs
parent5512dc23decbfddef18c4f8d62cb590af5c14f4c (diff)
Allow not resolvable urls when rebinding setting is disabled
Now, when the dns rebinging setting is disabled, we will allow urls that are not resolvable.
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/fj-66723-add-dns-rebinding-protection-check.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/fj-66723-add-dns-rebinding-protection-check.yml b/changelogs/unreleased/fj-66723-add-dns-rebinding-protection-check.yml
new file mode 100644
index 00000000000..c1372a4a73e
--- /dev/null
+++ b/changelogs/unreleased/fj-66723-add-dns-rebinding-protection-check.yml
@@ -0,0 +1,5 @@
+---
+title: Allow not resolvable urls when dns rebind protection is disabled
+merge_request: 32523
+author:
+type: fixed