diff --git a/src/NetworkManager.cpp b/src/NetworkManager.cpp index 1e9eda2607..04d56f6f04 100644 --- a/src/NetworkManager.cpp +++ b/src/NetworkManager.cpp @@ -27,7 +27,7 @@ NetworkManager* NETWORK = nullptr; // global and accessible from anywhere in our program Preference NetworkManager::httpEnabled("HttpEnabled", true, nullptr, PreferenceType::Immutable); -Preference NetworkManager::httpAllowHosts("HttpAllowHosts", "*.groovestats.com", nullptr, PreferenceType::Immutable); +Preference NetworkManager::httpAllowHosts("HttpAllowHosts", "*.groovestats.com,*.itgmania.com", nullptr, PreferenceType::Immutable); static const char *HttpErrorCodeNames[] = { "Blocked",