class Roadie::NetHttpProvider

def access_granted_to?(host)

def access_granted_to?(host)
  whitelist.empty? || whitelist.include?(host)
end