summaryrefslogtreecommitdiff
path: root/app/helpers
diff options
context:
space:
mode:
authorReuben Pereira <rpereira@gitlab.com>2019-07-24 17:59:38 +0000
committerMayra Cabrera <mcabrera@gitlab.com>2019-07-24 17:59:38 +0000
commite5bdcfbc9b1007332fdaa1d37ce1fac47325850d (patch)
tree6c990281fa88e7d7691f06dda8f523892460394c /app/helpers
parent6a5d2df3ee53df8d7df84a46c408e4c1fa341f0b (diff)
downloadgitlab-ce-e5bdcfbc9b1007332fdaa1d37ce1fac47325850d.tar.gz
[ADD] outbound requests whitelist
Signed-off-by: Istvan szalai <istvan.szalai@savoirfairelinux.com>
Diffstat (limited to 'app/helpers')
-rw-r--r--app/helpers/application_settings_helper.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/helpers/application_settings_helper.rb b/app/helpers/application_settings_helper.rb
index 4bf9b708401..3847a35fbab 100644
--- a/app/helpers/application_settings_helper.rb
+++ b/app/helpers/application_settings_helper.rb
@@ -177,6 +177,7 @@ module ApplicationSettingsHelper
:domain_blacklist_enabled,
:domain_blacklist_raw,
:domain_whitelist_raw,
+ :outbound_local_requests_whitelist_raw,
:dsa_key_restriction,
:ecdsa_key_restriction,
:ed25519_key_restriction,