31 #ifndef I_AllowedHosts_H
32 #define I_AllowedHosts_H 1
37 #define ALLOWED_HOSTS_BES_KEY "AllowedHosts"
55 std::vector<std::string> d_allowed_hosts;
65 bool is_allowed(
const std::string &candidate_url);
Can a given URL be dereferenced given the BES's configuration?
bool is_allowed(const std::string &candidate_url)
static AllowedHosts * theHosts()
Static accessor for the singleton.