Skip to content
Snippets Groups Projects
Commit 5e19b26b authored by Marin Jankovski's avatar Marin Jankovski
Browse files

Remove relative url check for registry.

parent 06d6a766
No related branches found
No related tags found
1 merge request!783Remove relative url check for registry.
Loading
Loading
@@ -550,10 +550,6 @@ module Gitlab
raise "Unsupported GitLab Registry external URL scheme: #{uri.scheme}"
end
 
unless ["", "/"].include?(uri.path)
raise "Unsupported GitLab Registry external URL path: #{uri.path}"
end
unless [80, 443].include?(listen_port)
Gitlab['gitlab_rails']['registry_port'] ||= listen_port
end
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment