class Geocoder::Lookup::Telize

def supported_protocols

currently doesn't support HTTPS
def supported_protocols
  [:http]
end