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/config
diff options
context:
space:
mode:
authorThong Kuah <tkuah@gitlab.com>2019-08-21 02:59:58 +0300
committerThong Kuah <tkuah@gitlab.com>2019-08-21 05:28:15 +0300
commitf77d170b0bb122c34d98d1e0c8152345d5cad90a (patch)
treec219a60ecb691a7dcc774c07a967e666541b3c45 /config
parentc3cdafdb7e520f2e8e205f87cf977dc8560f7a2a (diff)
Column was renamed in 12.2
Diffstat (limited to 'config')
-rw-r--r--config/initializers/rest-client-hostname_override.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/initializers/rest-client-hostname_override.rb b/config/initializers/rest-client-hostname_override.rb
index bc1b70bd73f..80b123ebe61 100644
--- a/config/initializers/rest-client-hostname_override.rb
+++ b/config/initializers/rest-client-hostname_override.rb
@@ -40,7 +40,7 @@ module RestClient
end
def allow_settings_local_requests?
- Gitlab::CurrentSettings.allow_local_requests_from_hooks_and_services?
+ Gitlab::CurrentSettings.allow_local_requests_from_web_hooks_and_services?
end
end