diff --git a/src/NetworkManager.cpp b/src/NetworkManager.cpp index b5ceedc174..c441fe1014 100644 --- a/src/NetworkManager.cpp +++ b/src/NetworkManager.cpp @@ -23,8 +23,8 @@ NetworkManager* NETWORK = nullptr; // global and accessible from anywhere in our program -Preference NetworkManager::httpEnabled("HttpEnabled", false, nullptr, PreferenceType::Immutable); -Preference NetworkManager::httpAllowHosts("HttpAllowHosts", "", nullptr, PreferenceType::Immutable); +Preference NetworkManager::httpEnabled("HttpEnabled", true, nullptr, PreferenceType::Immutable); +Preference NetworkManager::httpAllowHosts("HttpAllowHosts", "api.groovestats.com", nullptr, PreferenceType::Immutable); static const char *HttpErrorCodeNames[] = { "Blocked",