Skip to content
Snippets Groups Projects

port 48578-disable-gcp-free-credit-banner-at-instance-level to EE

All threads resolved!
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -80,6 +80,6 @@ def blocker_args
@@ -80,6 +80,6 @@ def blocker_args
end
end
def allow_setting_local_requests?
def allow_setting_local_requests?
Gitlab::CurrentSettings.current_application_settings.allow_local_requests_from_hooks_and_services?
ApplicationSetting.current&.allow_local_requests_from_hooks_and_services?
end
end
end
end
Loading