Commit 6e0329ad authored by Rémy Coutable's avatar Rémy Coutable

Merge branch '199701-rails-6-blocked-host-error-when-using-qa-tunnel' into 'master'

Add Gitlab.config.gitlab.host to development host whitelist

Closes #199701

See merge request gitlab-org/gitlab!24044
parents 7acc52de ab308119
# frozen_string_literal: true
# This file requires config/initializers/1_settings.rb
if Rails.env.development?
Rails.application.config.hosts << Gitlab.config.gitlab.host
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment