module Doorkeeper::OAuth::Helpers::URIChecker

def self.iff_host?(uri)

def self.iff_host?(uri)
  !(hypertext_scheme?(uri) && uri.host.blank?)
end